Html Css Color HEX #B00DC2 Deep Magenta

📋 copy color: '#B00DC2'

red 176 ◦ green 13 ◦ blue 194

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

Shades of Deep Magenta #B00DC2

Tints of Deep Magenta #B00DC2

RGB

 RED value IS 176 (69.14% from 255) = 45.95%

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

 BLUE value IS 194 (76.17% from 255) = 50.65%

R = 45.95%
G = 3.39%
B = 50.65%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B00DC2 (or 0xB00DC2) is known color: Deep Magenta. HEX triplet: B0, 0D and C2. RGB value is (176,13,194). Sum of RGB (Red+Green+Blue) = 176+13+194=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #B00DC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DC2 is #4FF23D. Grayscale: #515151. Windows color (decimal): -5239358 or 12717488. OLE color: 12717488.

HSL color Cylindrical-coordinate representation of color #B00DC2: hue angle of 294.03º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00DC2 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 13 194 -
CMYK 0.09 0.93 0 0.24
HSL 294.03º 0.87% 0.41% -
HSV(B) 294.03º 0.93% 0.76% -
XYZ 27.79 13.41 52.16 -
YUV 82.37 191 194.78 -
System Red Green Blue C M Y K H S L
Decimal 176 13 194 0.09 0.93 0 0.24 294.03 0.87 0.41
Hex B0 D C2 9 5D 0 18 126 57 29
Octal 260 15 302 11 135 0 30 446 127 51
Binary 10110000 1101 11000010 1001 1011101 0 11000 100100110 1010111 101001

Color Harmonies of #B00DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00DC2

Black with #B00DC2

Text Example


Text Example

White with #B00DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00DC2; }

 p { color: rgb(176,13,194); }

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

background-color css

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

 a { background-color: rgb(176,13,194); }

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

border-color css

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

 span { border-color: rgb(176,13,194); }

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