Html Css Color HEX #B86EB0 Fuchsia

📋 copy color: '#B86EB0'

red 184 ◦ green 110 ◦ blue 176

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

Shades of Fuchsia #B86EB0

Tints of Fuchsia #B86EB0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.4%

 BLUE value IS 176 (69.14% from 255) = 37.45%

R = 39.15%
G = 23.4%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B86EB0 (or 0xB86EB0) is known color: Fuchsia. HEX triplet: B8, 6E and B0. RGB value is (184,110,176). Sum of RGB (Red+Green+Blue) = 184+110+176=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B86EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86EB0 is #47914F. Grayscale: #8B8B8B. Windows color (decimal): -4690256 or 11562680. OLE color: 11562680.

HSL color Cylindrical-coordinate representation of color #B86EB0: hue angle of 306.49º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86EB0 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 110 176 -
CMYK 0 0.40 0.04 0.28
HSL 306.49º 0.34% 0.58% -
HSV(B) 306.49º 0.4% 0.72% -
XYZ 33.18 24.48 44.05 -
YUV 139.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 184 110 176 0 0.40 0.04 0.28 306.49 0.34 0.58
Hex B8 6E B0 0 28 4 1C 132 22 3A
Octal 270 156 260 0 50 4 34 462 42 72
Binary 10111000 1101110 10110000 0 101000 100 11100 100110010 100010 111010

Color Harmonies of #B86EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86EB0

Black with #B86EB0

Text Example


Text Example

White with #B86EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86EB0; }

 p { color: rgb(184,110,176); }

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

background-color css

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

 a { background-color: rgb(184,110,176); }

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

border-color css

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

 span { border-color: rgb(184,110,176); }

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