Html Css Color HEX #BB01DD Deep Magenta

📋 copy color: '#BB01DD'

red 187 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #BB01DD

Tints of Deep Magenta #BB01DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 45.72%
G = 0.24%
B = 54.03%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB01DD (or 0xBB01DD) is known color: Deep Magenta. HEX triplet: BB, 01 and DD. RGB value is (187,1,221). Sum of RGB (Red+Green+Blue) = 187+1+221=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB01DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01DD is #44FE22. Grayscale: #515151. Windows color (decimal): -4521507 or 14483899. OLE color: 14483899.

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

Color convert

RGB 187 1 221 -
CMYK 0.15 1.00 0 0.13
HSL 290.73º 0.99% 0.44% -
HSV(B) 290.73º 1% 0.87% -
XYZ 33.56 15.81 69.69 -
YUV 81.69 206.62 203.11 -
System Red Green Blue C M Y K H S L
Decimal 187 1 221 0.15 1.00 0 0.13 290.73 0.99 0.44
Hex BB 1 DD F 64 0 D 123 63 2C
Octal 273 1 335 17 144 0 15 443 143 54
Binary 10111011 1 11011101 1111 1100100 0 1101 100100011 1100011 101100

Color Harmonies of #BB01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01DD

Black with #BB01DD

Text Example


Text Example

White with #BB01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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