Html Css Color HEX #B004C0 Deep Magenta

📋 copy color: '#B004C0'

red 176 ◦ green 4 ◦ blue 192

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

Shades of Deep Magenta #B004C0

Tints of Deep Magenta #B004C0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

 BLUE value IS 192 (75.39% from 255) = 51.61%

R = 47.31%
G = 1.08%
B = 51.61%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B004C0 (or 0xB004C0) is known color: Deep Magenta. HEX triplet: B0, 04 and C0. RGB value is (176,4,192). Sum of RGB (Red+Green+Blue) = 176+4+192=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #B004C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B004C0 is #4FFB3F. Grayscale: #4C4C4C. Windows color (decimal): -5241664 or 12584112. OLE color: 12584112.

HSL color Cylindrical-coordinate representation of color #B004C0: hue angle of 294.89º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B004C0 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 4 192 -
CMYK 0.08 0.98 0 0.25
HSL 294.89º 0.96% 0.38% -
HSV(B) 294.89º 0.98% 0.75% -
XYZ 27.46 13.12 50.95 -
YUV 76.86 192.98 198.71 -
System Red Green Blue C M Y K H S L
Decimal 176 4 192 0.08 0.98 0 0.25 294.89 0.96 0.38
Hex B0 4 C0 8 62 0 19 127 60 26
Octal 260 4 300 10 142 0 31 447 140 46
Binary 10110000 100 11000000 1000 1100010 0 11001 100100111 1100000 100110

Color Harmonies of #B004C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B004C0

Black with #B004C0

Text Example


Text Example

White with #B004C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B004C0; }

 p { color: rgb(176,4,192); }

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

background-color css

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

 a { background-color: rgb(176,4,192); }

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

border-color css

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

 span { border-color: rgb(176,4,192); }

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