Html Css Color HEX #BB02CC Deep Magenta

📋 copy color: '#BB02CC'

red 187 ◦ green 2 ◦ blue 204

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

Shades of Deep Magenta #BB02CC

Tints of Deep Magenta #BB02CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 47.58%
G = 0.51%
B = 51.91%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB02CC (or 0xBB02CC) is known color: Deep Magenta. HEX triplet: BB, 02 and CC. RGB value is (187,2,204). Sum of RGB (Red+Green+Blue) = 187+2+204=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB02CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02CC is #44FD33. Grayscale: #4F4F4F. Windows color (decimal): -4521268 or 13370043. OLE color: 13370043.

HSL color Cylindrical-coordinate representation of color #BB02CC: hue angle of 294.95º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02CC is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 2 204 -
CMYK 0.08 0.99 0 0.2
HSL 294.95º 0.98% 0.4% -
HSV(B) 294.95º 0.99% 0.8% -
XYZ 31.41 14.97 58.36 -
YUV 80.34 197.79 204.07 -
System Red Green Blue C M Y K H S L
Decimal 187 2 204 0.08 0.99 0 0.2 294.95 0.98 0.4
Hex BB 2 CC 8 63 0 14 127 62 28
Octal 273 2 314 10 143 0 24 447 142 50
Binary 10111011 10 11001100 1000 1100011 0 10100 100100111 1100010 101000

Color Harmonies of #BB02CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB02CC

Black with #BB02CC

Text Example


Text Example

White with #BB02CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB02CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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