Html Css Color HEX #B86CAF Fuchsia

📋 copy color: '#B86CAF'

red 184 ◦ green 108 ◦ blue 175

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

Shades of Fuchsia #B86CAF

Tints of Fuchsia #B86CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.13%

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 39.4%
G = 23.13%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B86CAF (or 0xB86CAF) is known color: Fuchsia. HEX triplet: B8, 6C and AF. RGB value is (184,108,175). Sum of RGB (Red+Green+Blue) = 184+108+175=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B86CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86CAF is #479350. Grayscale: #8A8A8A. Windows color (decimal): -4690769 or 11496632. OLE color: 11496632.

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

Color convert

RGB 184 108 175 -
CMYK 0 0.41 0.05 0.28
HSL 307.11º 0.35% 0.57% -
HSV(B) 307.11º 0.41% 0.72% -
XYZ 32.87 24.01 43.46 -
YUV 138.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 184 108 175 0 0.41 0.05 0.28 307.11 0.35 0.57
Hex B8 6C AF 0 29 5 1C 133 23 39
Octal 270 154 257 0 51 5 34 463 43 71
Binary 10111000 1101100 10101111 0 101001 101 11100 100110011 100011 111001

Color Harmonies of #B86CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86CAF

Black with #B86CAF

Text Example


Text Example

White with #B86CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86CAF; }

 p { color: rgb(184,108,175); }

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

background-color css

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

 a { background-color: rgb(184,108,175); }

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

border-color css

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

 span { border-color: rgb(184,108,175); }

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