Html Css Color HEX #BB2BB7 Fuchsia

📋 copy color: '#BB2BB7'

red 187 ◦ green 43 ◦ blue 183

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

Shades of Fuchsia #BB2BB7

Tints of Fuchsia #BB2BB7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.41%

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

R = 45.28%
G = 10.41%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB2BB7 (or 0xBB2BB7) is known color: Fuchsia. HEX triplet: BB, 2B and B7. RGB value is (187,43,183). Sum of RGB (Red+Green+Blue) = 187+43+183=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2BB7 is #44D448. Grayscale: #656565. Windows color (decimal): -4510793 or 12004283. OLE color: 12004283.

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

Color convert

RGB 187 43 183 -
CMYK 0 0.77 0.02 0.27
HSL 301.67º 0.63% 0.45% -
HSV(B) 301.67º 0.77% 0.73% -
XYZ 29.9 15.71 46.26 -
YUV 102.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 187 43 183 0 0.77 0.02 0.27 301.67 0.63 0.45
Hex BB 2B B7 0 4D 2 1B 12E 3F 2D
Octal 273 53 267 0 115 2 33 456 77 55
Binary 10111011 101011 10110111 0 1001101 10 11011 100101110 111111 101101

Color Harmonies of #BB2BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BB7

Black with #BB2BB7

Text Example


Text Example

White with #BB2BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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