Html Css Color HEX #B85BAB Fuchsia

📋 copy color: '#B85BAB'

red 184 ◦ green 91 ◦ blue 171

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

Shades of Fuchsia #B85BAB

Tints of Fuchsia #B85BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.4%

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

R = 41.26%
G = 20.4%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B85BAB (or 0xB85BAB) is known color: Fuchsia. HEX triplet: B8, 5B and AB. RGB value is (184,91,171). Sum of RGB (Red+Green+Blue) = 184+91+171=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B85BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85BAB is #47A454. Grayscale: #7F7F7F. Windows color (decimal): -4695125 or 11230136. OLE color: 11230136.

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

Color convert

RGB 184 91 171 -
CMYK 0 0.51 0.07 0.28
HSL 308.39º 0.4% 0.54% -
HSV(B) 308.39º 0.51% 0.72% -
XYZ 30.86 20.61 40.88 -
YUV 127.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 184 91 171 0 0.51 0.07 0.28 308.39 0.4 0.54
Hex B8 5B AB 0 33 7 1C 134 28 36
Octal 270 133 253 0 63 7 34 464 50 66
Binary 10111000 1011011 10101011 0 110011 111 11100 100110100 101000 110110

Color Harmonies of #B85BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BAB

Black with #B85BAB

Text Example


Text Example

White with #B85BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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