Html Css Color HEX #B86ABB Fuchsia

📋 copy color: '#B86ABB'

red 184 ◦ green 106 ◦ blue 187

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

Shades of Fuchsia #B86ABB

Tints of Fuchsia #B86ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.22%

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 38.57%
G = 22.22%
B = 39.2%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B86ABB (or 0xB86ABB) is known color: Fuchsia. HEX triplet: B8, 6A and BB. RGB value is (184,106,187). Sum of RGB (Red+Green+Blue) = 184+106+187=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #B86ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ABB is #479544. Grayscale: #8A8A8A. Windows color (decimal): -4691269 or 12282552. OLE color: 12282552.

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

Color convert

RGB 184 106 187 -
CMYK 0.02 0.43 0 0.27
HSL 297.78º 0.37% 0.57% -
HSV(B) 297.78º 0.43% 0.73% -
XYZ 33.89 24.09 49.88 -
YUV 138.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 184 106 187 0.02 0.43 0 0.27 297.78 0.37 0.57
Hex B8 6A BB 2 2B 0 1B 12A 25 39
Octal 270 152 273 2 53 0 33 452 45 71
Binary 10111000 1101010 10111011 10 101011 0 11011 100101010 100101 111001

Color Harmonies of #B86ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86ABB

Black with #B86ABB

Text Example


Text Example

White with #B86ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86ABB; }

 p { color: rgb(184,106,187); }

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

background-color css

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

 a { background-color: rgb(184,106,187); }

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

border-color css

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

 span { border-color: rgb(184,106,187); }

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