Html Css Color HEX #BB02BA Deep Magenta

📋 copy color: '#BB02BA'

red 187 ◦ green 2 ◦ blue 186

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

Shades of Deep Magenta #BB02BA

Tints of Deep Magenta #BB02BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 49.87%
G = 0.53%
B = 49.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB02BA (or 0xBB02BA) is known color: Deep Magenta. HEX triplet: BB, 02 and BA. RGB value is (187,2,186). Sum of RGB (Red+Green+Blue) = 187+2+186=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB02BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02BA is #44FD45. Grayscale: #4D4D4D. Windows color (decimal): -4521286 or 12190395. OLE color: 12190395.

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

Color convert

RGB 187 2 186 -
CMYK 0 0.99 0.01 0.27
HSL 300.32º 0.98% 0.37% -
HSV(B) 300.32º 0.99% 0.73% -
XYZ 29.38 14.15 47.64 -
YUV 78.29 188.79 205.54 -
System Red Green Blue C M Y K H S L
Decimal 187 2 186 0 0.99 0.01 0.27 300.32 0.98 0.37
Hex BB 2 BA 0 63 1 1B 12C 62 25
Octal 273 2 272 0 143 1 33 454 142 45
Binary 10111011 10 10111010 0 1100011 1 11011 100101100 1100010 100101

Color Harmonies of #BB02BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB02BA

Black with #BB02BA

Text Example


Text Example

White with #BB02BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB02BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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