Html Css Color HEX #BB03BB Deep Magenta

📋 copy color: '#BB03BB'

red 187 ◦ green 3 ◦ blue 187

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

Shades of Deep Magenta #BB03BB

Tints of Deep Magenta #BB03BB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 49.6%
G = 0.8%
B = 49.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB03BB (or 0xBB03BB) is known color: Deep Magenta. HEX triplet: BB, 03 and BB. RGB value is (187,3,187). Sum of RGB (Red+Green+Blue) = 187+3+187=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB03BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB03BB is #44FC44. Grayscale: #4E4E4E. Windows color (decimal): -4521029 or 12256187. OLE color: 12256187.

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

Color convert

RGB 187 3 187 -
CMYK 0 0.98 0 0.27
HSL 300º 0.97% 0.37% -
HSV(B) 300º 0.98% 0.73% -
XYZ 29.5 14.22 48.2 -
YUV 78.99 188.96 205.04 -
System Red Green Blue C M Y K H S L
Decimal 187 3 187 0 0.98 0 0.27 300 0.97 0.37
Hex BB 3 BB 0 62 0 1B 12C 61 25
Octal 273 3 273 0 142 0 33 454 141 45
Binary 10111011 11 10111011 0 1100010 0 11011 100101100 1100001 100101

Color Harmonies of #BB03BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB03BB

Black with #BB03BB

Text Example


Text Example

White with #BB03BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB03BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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