Html Css Color HEX #BB02BB Deep Magenta

📋 copy color: '#BB02BB'

red 187 ◦ green 2 ◦ blue 187

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

Shades of Deep Magenta #BB02BB

Tints of Deep Magenta #BB02BB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 49.73%
G = 0.53%
B = 49.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB02BB (or 0xBB02BB) is known color: Deep Magenta. HEX triplet: BB, 02 and BB. RGB value is (187,2,187). Sum of RGB (Red+Green+Blue) = 187+2+187=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB02BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02BB is #44FD44. Grayscale: #4D4D4D. Windows color (decimal): -4521285 or 12255931. OLE color: 12255931.

HSL color Cylindrical-coordinate representation of color #BB02BB: hue angle of 300º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02BB is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 2 187 -
CMYK 0 0.99 0 0.27
HSL 300º 0.98% 0.37% -
HSV(B) 300º 0.99% 0.73% -
XYZ 29.48 14.2 48.2 -
YUV 78.41 189.29 205.46 -
System Red Green Blue C M Y K H S L
Decimal 187 2 187 0 0.99 0 0.27 300 0.98 0.37
Hex BB 2 BB 0 63 0 1B 12C 62 25
Octal 273 2 273 0 143 0 33 454 142 45
Binary 10111011 10 10111011 0 1100011 0 11011 100101100 1100010 100101

Color Harmonies of #BB02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB02BB

Black with #BB02BB

Text Example


Text Example

White with #BB02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB02BB; }

 p { color: rgb(187,2,187); }

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

background-color css

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

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

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

border-color css

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

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

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