Html Css Color HEX #B85CAB Fuchsia

📋 copy color: '#B85CAB'

red 184 ◦ green 92 ◦ blue 171

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

Shades of Fuchsia #B85CAB

Tints of Fuchsia #B85CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.58%

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 41.16%
G = 20.58%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B85CAB (or 0xB85CAB) is known color: Fuchsia. HEX triplet: B8, 5C and AB. RGB value is (184,92,171). Sum of RGB (Red+Green+Blue) = 184+92+171=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B85CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85CAB is #47A354. Grayscale: #808080. Windows color (decimal): -4694869 or 11230392. OLE color: 11230392.

HSL color Cylindrical-coordinate representation of color #B85CAB: hue angle of 308.48º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85CAB is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 92 171 -
CMYK 0 0.50 0.07 0.28
HSL 308.48º 0.39% 0.54% -
HSV(B) 308.48º 0.5% 0.72% -
XYZ 30.95 20.78 40.91 -
YUV 128.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 184 92 171 0 0.50 0.07 0.28 308.48 0.39 0.54
Hex B8 5C AB 0 32 7 1C 134 27 36
Octal 270 134 253 0 62 7 34 464 47 66
Binary 10111000 1011100 10101011 0 110010 111 11100 100110100 100111 110110

Color Harmonies of #B85CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CAB

Black with #B85CAB

Text Example


Text Example

White with #B85CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CAB; }

 p { color: rgb(184,92,171); }

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

background-color css

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

 a { background-color: rgb(184,92,171); }

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

border-color css

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

 span { border-color: rgb(184,92,171); }

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