Html Css Color HEX #BB0DC9 Deep Magenta

📋 copy color: '#BB0DC9'

red 187 ◦ green 13 ◦ blue 201

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

Shades of Deep Magenta #BB0DC9

Tints of Deep Magenta #BB0DC9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.24%

 BLUE value IS 201 (78.91% from 255) = 50.12%

R = 46.63%
G = 3.24%
B = 50.12%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB0DC9 (or 0xBB0DC9) is known color: Deep Magenta. HEX triplet: BB, 0D and C9. RGB value is (187,13,201). Sum of RGB (Red+Green+Blue) = 187+13+201=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB0DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DC9 is #44F236. Grayscale: #555555. Windows color (decimal): -4518455 or 13176251. OLE color: 13176251.

HSL color Cylindrical-coordinate representation of color #BB0DC9: hue angle of 295.53º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0DC9 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 13 201 -
CMYK 0.07 0.94 0 0.21
HSL 295.53º 0.88% 0.42% -
HSV(B) 295.53º 0.94% 0.79% -
XYZ 31.18 15.07 56.52 -
YUV 86.46 192.65 199.71 -
System Red Green Blue C M Y K H S L
Decimal 187 13 201 0.07 0.94 0 0.21 295.53 0.88 0.42
Hex BB D C9 7 5E 0 15 128 58 2A
Octal 273 15 311 7 136 0 25 450 130 52
Binary 10111011 1101 11001001 111 1011110 0 10101 100101000 1011000 101010

Color Harmonies of #BB0DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0DC9

Black with #BB0DC9

Text Example


Text Example

White with #BB0DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0DC9; }

 p { color: rgb(187,13,201); }

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

background-color css

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

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

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

border-color css

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

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

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