Html Css Color HEX #B00DC4 Deep Magenta

📋 copy color: '#B00DC4'

red 176 ◦ green 13 ◦ blue 196

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

Shades of Deep Magenta #B00DC4

Tints of Deep Magenta #B00DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.91%

R = 45.71%
G = 3.38%
B = 50.91%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B00DC4 (or 0xB00DC4) is known color: Deep Magenta. HEX triplet: B0, 0D and C4. RGB value is (176,13,196). Sum of RGB (Red+Green+Blue) = 176+13+196=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #B00DC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DC4 is #4FF23B. Grayscale: #525252. Windows color (decimal): -5239356 or 12848560. OLE color: 12848560.

HSL color Cylindrical-coordinate representation of color #B00DC4: hue angle of 293.44º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00DC4 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 13 196 -
CMYK 0.10 0.93 0 0.23
HSL 293.44º 0.88% 0.41% -
HSV(B) 293.44º 0.93% 0.77% -
XYZ 28.01 13.5 53.35 -
YUV 82.6 192 194.62 -
System Red Green Blue C M Y K H S L
Decimal 176 13 196 0.10 0.93 0 0.23 293.44 0.88 0.41
Hex B0 D C4 A 5D 0 17 125 58 29
Octal 260 15 304 12 135 0 27 445 130 51
Binary 10110000 1101 11000100 1010 1011101 0 10111 100100101 1011000 101001

Color Harmonies of #B00DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00DC4

Black with #B00DC4

Text Example


Text Example

White with #B00DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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