Html Css Color HEX #BB05DD Deep Magenta

📋 copy color: '#BB05DD'

red 187 ◦ green 5 ◦ blue 221

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

Shades of Deep Magenta #BB05DD

Tints of Deep Magenta #BB05DD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 45.28%
G = 1.21%
B = 53.51%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB05DD (or 0xBB05DD) is known color: Deep Magenta. HEX triplet: BB, 05 and DD. RGB value is (187,5,221). Sum of RGB (Red+Green+Blue) = 187+5+221=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB05DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB05DD is #44FA22. Grayscale: #535353. Windows color (decimal): -4520483 or 14484923. OLE color: 14484923.

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

Color convert

RGB 187 5 221 -
CMYK 0.15 0.98 0 0.13
HSL 290.56º 0.96% 0.44% -
HSV(B) 290.56º 0.98% 0.87% -
XYZ 33.6 15.89 69.7 -
YUV 84.04 205.3 201.44 -
System Red Green Blue C M Y K H S L
Decimal 187 5 221 0.15 0.98 0 0.13 290.56 0.96 0.44
Hex BB 5 DD F 62 0 D 123 60 2C
Octal 273 5 335 17 142 0 15 443 140 54
Binary 10111011 101 11011101 1111 1100010 0 1101 100100011 1100000 101100

Color Harmonies of #BB05DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB05DD

Black with #BB05DD

Text Example


Text Example

White with #BB05DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB05DD; }

 p { color: rgb(187,5,221); }

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

background-color css

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

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

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

border-color css

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

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

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