Html Css Color HEX #BB0DC7 Deep Magenta

📋 copy color: '#BB0DC7'

red 187 ◦ green 13 ◦ blue 199

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

Shades of Deep Magenta #BB0DC7

Tints of Deep Magenta #BB0DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 49.87%

R = 46.87%
G = 3.26%
B = 49.87%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB0DC7 (or 0xBB0DC7) is known color: Deep Magenta. HEX triplet: BB, 0D and C7. RGB value is (187,13,199). Sum of RGB (Red+Green+Blue) = 187+13+199=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 199 (78.12% from 255 or 49.87% from 399); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB0DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DC7 is #44F238. Grayscale: #555555. Windows color (decimal): -4518457 or 13045179. OLE color: 13045179.

HSL color Cylindrical-coordinate representation of color #BB0DC7: hue angle of 296.13º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0DC7 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 13 199 -
CMYK 0.06 0.93 0 0.22
HSL 296.13º 0.88% 0.42% -
HSV(B) 296.13º 0.93% 0.78% -
XYZ 30.95 14.98 55.29 -
YUV 86.23 191.65 199.88 -
System Red Green Blue C M Y K H S L
Decimal 187 13 199 0.06 0.93 0 0.22 296.13 0.88 0.42
Hex BB D C7 6 5D 0 16 128 58 2A
Octal 273 15 307 6 135 0 26 450 130 52
Binary 10111011 1101 11000111 110 1011101 0 10110 100101000 1011000 101010

Color Harmonies of #BB0DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0DC7

Black with #BB0DC7

Text Example


Text Example

White with #BB0DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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