Html Css Color HEX #B353BA Fuchsia

📋 copy color: '#B353BA'

red 179 ◦ green 83 ◦ blue 186

#B353BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B353BA

Tints of Fuchsia #B353BA

RGB

 RED value IS 179 (70.31% from 255) = 39.96%

 GREEN value IS 83 (32.81% from 255) = 18.53%

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 39.96%
G = 18.53%
B = 41.52%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B353BA (or 0xB353BA) is known color: Fuchsia. HEX triplet: B3, 53 and BA. RGB value is (179,83,186). Sum of RGB (Red+Green+Blue) = 179+83+186=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #B353BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353BA is #4CAC45. Grayscale: #7B7B7B. Windows color (decimal): -5024838 or 12211123. OLE color: 12211123.

HSL color Cylindrical-coordinate representation of color #B353BA: hue angle of 295.92º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B353BA is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 83 186 -
CMYK 0.04 0.55 0 0.27
HSL 295.92º 0.43% 0.53% -
HSV(B) 295.92º 0.55% 0.73% -
XYZ 30.55 19.32 48.57 -
YUV 123.45 163.3 167.62 -
System Red Green Blue C M Y K H S L
Decimal 179 83 186 0.04 0.55 0 0.27 295.92 0.43 0.53
Hex B3 53 BA 4 37 0 1B 128 2B 35
Octal 263 123 272 4 67 0 33 450 53 65
Binary 10110011 1010011 10111010 100 110111 0 11011 100101000 101011 110101

Color Harmonies of #B353BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353BA

Black with #B353BA

Text Example


Text Example

White with #B353BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353BA; }

 p { color: rgb(179,83,186); }

 H1.HeaderClassName
 {
   color: #B353BA;
 }
 .AnyTagClassName
 {
   color: #B353BA;
 }
</style>

background-color css

<style>
 a { background-color: #B353BA; }

 a { background-color: rgb(179,83,186); }

 div.DivClassName
 {
   background-color: #B353BA;
 }
 .BgClassName
 {
   background-color: #B353BA;
 }
</style>

border-color css

<style>
 span { border-color: #B353BA; }

 span { border-color: rgb(179,83,186); }

 td.TdClassName
 {
   border-color: #B353BA;
 }
 .TagClassName
 {
   border-color: #B353BA;
 }
</style>