Html Css Color HEX #BB4BAB Fuchsia

📋 copy color: '#BB4BAB'

red 187 ◦ green 75 ◦ blue 171

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

Shades of Fuchsia #BB4BAB

Tints of Fuchsia #BB4BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.32%

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

R = 43.19%
G = 17.32%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB4BAB (or 0xBB4BAB) is known color: Fuchsia. HEX triplet: BB, 4B and AB. RGB value is (187,75,171). Sum of RGB (Red+Green+Blue) = 187+75+171=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4BAB is #44B454. Grayscale: #777777. Windows color (decimal): -4502613 or 11226043. OLE color: 11226043.

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

Color convert

RGB 187 75 171 -
CMYK 0 0.60 0.09 0.27
HSL 308.57º 0.45% 0.51% -
HSV(B) 308.57º 0.6% 0.73% -
XYZ 30.36 18.54 40.51 -
YUV 119.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 187 75 171 0 0.60 0.09 0.27 308.57 0.45 0.51
Hex BB 4B AB 0 3C 9 1B 135 2D 33
Octal 273 113 253 0 74 11 33 465 55 63
Binary 10111011 1001011 10101011 0 111100 1001 11011 100110101 101101 110011

Color Harmonies of #BB4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4BAB

Black with #BB4BAB

Text Example


Text Example

White with #BB4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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