Html Css Color HEX #BB4DAB Fuchsia

📋 copy color: '#BB4DAB'

red 187 ◦ green 77 ◦ blue 171

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

Shades of Fuchsia #BB4DAB

Tints of Fuchsia #BB4DAB

RGB

 RED value IS 187 (73.44% from 255) = 42.99%

 GREEN value IS 77 (30.47% from 255) = 17.7%

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

R = 42.99%
G = 17.7%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB4DAB (or 0xBB4DAB) is known color: Fuchsia. HEX triplet: BB, 4D and AB. RGB value is (187,77,171). Sum of RGB (Red+Green+Blue) = 187+77+171=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4DAB is #44B254. Grayscale: #787878. Windows color (decimal): -4502101 or 11226555. OLE color: 11226555.

HSL color Cylindrical-coordinate representation of color #BB4DAB: hue angle of 308.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4DAB is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 77 171 -
CMYK 0 0.59 0.09 0.27
HSL 308.73º 0.45% 0.52% -
HSV(B) 308.73º 0.59% 0.73% -
XYZ 30.5 18.81 40.55 -
YUV 120.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 187 77 171 0 0.59 0.09 0.27 308.73 0.45 0.52
Hex BB 4D AB 0 3B 9 1B 135 2D 34
Octal 273 115 253 0 73 11 33 465 55 64
Binary 10111011 1001101 10101011 0 111011 1001 11011 100110101 101101 110100

Color Harmonies of #BB4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DAB

Black with #BB4DAB

Text Example


Text Example

White with #BB4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DAB; }

 p { color: rgb(187,77,171); }

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

background-color css

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

 a { background-color: rgb(187,77,171); }

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

border-color css

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

 span { border-color: rgb(187,77,171); }

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