Html Css Color HEX #BB02A7 Deep Magenta

📋 copy color: '#BB02A7'

red 187 ◦ green 2 ◦ blue 167

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

Shades of Deep Magenta #BB02A7

Tints of Deep Magenta #BB02A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.91%

R = 52.53%
G = 0.56%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB02A7 (or 0xBB02A7) is known color: Deep Magenta. HEX triplet: BB, 02 and A7. RGB value is (187,2,167). Sum of RGB (Red+Green+Blue) = 187+2+167=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB02A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB02A7 is #44FD58. Grayscale: #4B4B4B. Windows color (decimal): -4521305 or 10945211. OLE color: 10945211.

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

Color convert

RGB 187 2 167 -
CMYK 0 0.99 0.11 0.27
HSL 306.49º 0.98% 0.37% -
HSV(B) 306.49º 0.99% 0.73% -
XYZ 27.49 13.4 37.7 -
YUV 76.13 179.29 207.08 -
System Red Green Blue C M Y K H S L
Decimal 187 2 167 0 0.99 0.11 0.27 306.49 0.98 0.37
Hex BB 2 A7 0 63 B 1B 132 62 25
Octal 273 2 247 0 143 13 33 462 142 45
Binary 10111011 10 10100111 0 1100011 1011 11011 100110010 1100010 100101

Color Harmonies of #BB02A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB02A7

Black with #BB02A7

Text Example


Text Example

White with #BB02A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB02A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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