Html Css Color HEX #BB01DC Deep Magenta

📋 copy color: '#BB01DC'

red 187 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #BB01DC

Tints of Deep Magenta #BB01DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.92%

R = 45.83%
G = 0.25%
B = 53.92%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB01DC (or 0xBB01DC) is known color: Deep Magenta. HEX triplet: BB, 01 and DC. RGB value is (187,1,220). Sum of RGB (Red+Green+Blue) = 187+1+220=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB01DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01DC is #44FE23. Grayscale: #505050. Windows color (decimal): -4521508 or 14418363. OLE color: 14418363.

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

Color convert

RGB 187 1 220 -
CMYK 0.15 1.00 0 0.14
HSL 290.96º 0.99% 0.43% -
HSV(B) 290.96º 1% 0.86% -
XYZ 33.42 15.75 68.99 -
YUV 81.58 206.12 203.19 -
System Red Green Blue C M Y K H S L
Decimal 187 1 220 0.15 1.00 0 0.14 290.96 0.99 0.43
Hex BB 1 DC F 64 0 E 123 63 2B
Octal 273 1 334 17 144 0 16 443 143 53
Binary 10111011 1 11011100 1111 1100100 0 1110 100100011 1100011 101011

Color Harmonies of #BB01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01DC

Black with #BB01DC

Text Example


Text Example

White with #BB01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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