Html Css Color HEX #BB03DE Deep Magenta

📋 copy color: '#BB03DE'

red 187 ◦ green 3 ◦ blue 222

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

Shades of Deep Magenta #BB03DE

Tints of Deep Magenta #BB03DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.88%

R = 45.39%
G = 0.73%
B = 53.88%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB03DE (or 0xBB03DE) is known color: Deep Magenta. HEX triplet: BB, 03 and DE. RGB value is (187,3,222). Sum of RGB (Red+Green+Blue) = 187+3+222=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB03DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB03DE is #44FC21. Grayscale: #525252. Windows color (decimal): -4520994 or 14549947. OLE color: 14549947.

HSL color Cylindrical-coordinate representation of color #BB03DE: hue angle of 290.41º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB03DE is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 3 222 -
CMYK 0.16 0.99 0 0.13
HSL 290.41º 0.97% 0.44% -
HSV(B) 290.41º 0.99% 0.87% -
XYZ 33.71 15.9 70.4 -
YUV 82.98 206.46 202.19 -
System Red Green Blue C M Y K H S L
Decimal 187 3 222 0.16 0.99 0 0.13 290.41 0.97 0.44
Hex BB 3 DE 10 63 0 D 122 61 2C
Octal 273 3 336 20 143 0 15 442 141 54
Binary 10111011 11 11011110 10000 1100011 0 1101 100100010 1100001 101100

Color Harmonies of #BB03DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB03DE

Black with #BB03DE

Text Example


Text Example

White with #BB03DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB03DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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