Html Css Color HEX #B86BB5 Fuchsia

📋 copy color: '#B86BB5'

red 184 ◦ green 107 ◦ blue 181

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

Shades of Fuchsia #B86BB5

Tints of Fuchsia #B86BB5

RGB

 RED value IS 184 (72.27% from 255) = 38.98%

 GREEN value IS 107 (42.19% from 255) = 22.67%

 BLUE value IS 181 (71.09% from 255) = 38.35%

R = 38.98%
G = 22.67%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B86BB5 (or 0xB86BB5) is known color: Fuchsia. HEX triplet: B8, 6B and B5. RGB value is (184,107,181). Sum of RGB (Red+Green+Blue) = 184+107+181=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B86BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BB5 is #47944A. Grayscale: #8A8A8A. Windows color (decimal): -4691019 or 11889592. OLE color: 11889592.

HSL color Cylindrical-coordinate representation of color #B86BB5: hue angle of 302.34º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86BB5 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 107 181 -
CMYK 0 0.42 0.02 0.28
HSL 302.34º 0.35% 0.57% -
HSV(B) 302.34º 0.42% 0.72% -
XYZ 33.37 24.04 46.6 -
YUV 138.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 184 107 181 0 0.42 0.02 0.28 302.34 0.35 0.57
Hex B8 6B B5 0 2A 2 1C 12E 23 39
Octal 270 153 265 0 52 2 34 456 43 71
Binary 10111000 1101011 10110101 0 101010 10 11100 100101110 100011 111001

Color Harmonies of #B86BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86BB5

Black with #B86BB5

Text Example


Text Example

White with #B86BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86BB5; }

 p { color: rgb(184,107,181); }

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

background-color css

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

 a { background-color: rgb(184,107,181); }

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

border-color css

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

 span { border-color: rgb(184,107,181); }

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