Html Css Color HEX #BB2AB2 Fuchsia

📋 copy color: '#BB2AB2'

red 187 ◦ green 42 ◦ blue 178

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

Shades of Fuchsia #BB2AB2

Tints of Fuchsia #BB2AB2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.32%

 BLUE value IS 178 (69.92% from 255) = 43.73%

R = 45.95%
G = 10.32%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB2AB2 (or 0xBB2AB2) is known color: Fuchsia. HEX triplet: BB, 2A and B2. RGB value is (187,42,178). Sum of RGB (Red+Green+Blue) = 187+42+178=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2AB2 is #44D54D. Grayscale: #646464. Windows color (decimal): -4511054 or 11676347. OLE color: 11676347.

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

Color convert

RGB 187 42 178 -
CMYK 0 0.78 0.05 0.27
HSL 303.72º 0.63% 0.45% -
HSV(B) 303.72º 0.78% 0.73% -
XYZ 29.36 15.44 43.55 -
YUV 100.86 171.54 189.44 -
System Red Green Blue C M Y K H S L
Decimal 187 42 178 0 0.78 0.05 0.27 303.72 0.63 0.45
Hex BB 2A B2 0 4E 5 1B 130 3F 2D
Octal 273 52 262 0 116 5 33 460 77 55
Binary 10111011 101010 10110010 0 1001110 101 11011 100110000 111111 101101

Color Harmonies of #BB2AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2AB2

Black with #BB2AB2

Text Example


Text Example

White with #BB2AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2AB2; }

 p { color: rgb(187,42,178); }

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

background-color css

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

 a { background-color: rgb(187,42,178); }

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

border-color css

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

 span { border-color: rgb(187,42,178); }

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