Html Css Color HEX #BB2AB7 Fuchsia

📋 copy color: '#BB2AB7'

red 187 ◦ green 42 ◦ blue 183

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

Shades of Fuchsia #BB2AB7

Tints of Fuchsia #BB2AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.42%

R = 45.39%
G = 10.19%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB2AB7 (or 0xBB2AB7) is known color: Fuchsia. HEX triplet: BB, 2A and B7. RGB value is (187,42,183). Sum of RGB (Red+Green+Blue) = 187+42+183=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2AB7 is #44D548. Grayscale: #656565. Windows color (decimal): -4511049 or 12004027. OLE color: 12004027.

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

Color convert

RGB 187 42 183 -
CMYK 0 0.78 0.02 0.27
HSL 301.66º 0.63% 0.45% -
HSV(B) 301.66º 0.78% 0.73% -
XYZ 29.87 15.64 46.24 -
YUV 101.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 187 42 183 0 0.78 0.02 0.27 301.66 0.63 0.45
Hex BB 2A B7 0 4E 2 1B 12E 3F 2D
Octal 273 52 267 0 116 2 33 456 77 55
Binary 10111011 101010 10110111 0 1001110 10 11011 100101110 111111 101101

Color Harmonies of #BB2AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2AB7

Black with #BB2AB7

Text Example


Text Example

White with #BB2AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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