Html Css Color HEX #BB2AB6 Fuchsia

📋 copy color: '#BB2AB6'

red 187 ◦ green 42 ◦ blue 182

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

Shades of Fuchsia #BB2AB6

Tints of Fuchsia #BB2AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.28%

R = 45.5%
G = 10.22%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB2AB6 (or 0xBB2AB6) is known color: Fuchsia. HEX triplet: BB, 2A and B6. RGB value is (187,42,182). Sum of RGB (Red+Green+Blue) = 187+42+182=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2AB6 is #44D549. Grayscale: #646464. Windows color (decimal): -4511050 or 11938491. OLE color: 11938491.

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

Color convert

RGB 187 42 182 -
CMYK 0 0.78 0.03 0.27
HSL 302.07º 0.63% 0.45% -
HSV(B) 302.07º 0.78% 0.73% -
XYZ 29.76 15.6 45.7 -
YUV 101.32 173.54 189.12 -
System Red Green Blue C M Y K H S L
Decimal 187 42 182 0 0.78 0.03 0.27 302.07 0.63 0.45
Hex BB 2A B6 0 4E 3 1B 12E 3F 2D
Octal 273 52 266 0 116 3 33 456 77 55
Binary 10111011 101010 10110110 0 1001110 11 11011 100101110 111111 101101

Color Harmonies of #BB2AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2AB6

Black with #BB2AB6

Text Example


Text Example

White with #BB2AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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