Html Css Color HEX #BB4AB0 Fuchsia

📋 copy color: '#BB4AB0'

red 187 ◦ green 74 ◦ blue 176

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

Shades of Fuchsia #BB4AB0

Tints of Fuchsia #BB4AB0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.93%

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

R = 42.79%
G = 16.93%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB4AB0 (or 0xBB4AB0) is known color: Fuchsia. HEX triplet: BB, 4A and B0. RGB value is (187,74,176). Sum of RGB (Red+Green+Blue) = 187+74+176=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4AB0 is #44B54F. Grayscale: #777777. Windows color (decimal): -4502864 or 11553467. OLE color: 11553467.

HSL color Cylindrical-coordinate representation of color #BB4AB0: hue angle of 305.84º 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 #BB4AB0 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 74 176 -
CMYK 0 0.60 0.06 0.27
HSL 305.84º 0.45% 0.51% -
HSV(B) 305.84º 0.6% 0.73% -
XYZ 30.78 18.6 43.04 -
YUV 119.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 187 74 176 0 0.60 0.06 0.27 305.84 0.45 0.51
Hex BB 4A B0 0 3C 6 1B 132 2D 33
Octal 273 112 260 0 74 6 33 462 55 63
Binary 10111011 1001010 10110000 0 111100 110 11011 100110010 101101 110011

Color Harmonies of #BB4AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4AB0

Black with #BB4AB0

Text Example


Text Example

White with #BB4AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4AB0; }

 p { color: rgb(187,74,176); }

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

background-color css

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

 a { background-color: rgb(187,74,176); }

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

border-color css

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

 span { border-color: rgb(187,74,176); }

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