Html Css Color HEX #B004CB Deep Magenta

📋 copy color: '#B004CB'

red 176 ◦ green 4 ◦ blue 203

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

Shades of Deep Magenta #B004CB

Tints of Deep Magenta #B004CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53%

R = 45.95%
G = 1.04%
B = 53%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B004CB (or 0xB004CB) is known color: Deep Magenta. HEX triplet: B0, 04 and CB. RGB value is (176,4,203). Sum of RGB (Red+Green+Blue) = 176+4+203=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #B004CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B004CB is #4FFB34. Grayscale: #4D4D4D. Windows color (decimal): -5241653 or 13305008. OLE color: 13305008.

HSL color Cylindrical-coordinate representation of color #B004CB: hue angle of 291.86º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B004CB is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 4 203 -
CMYK 0.13 0.98 0 0.20
HSL 291.86º 0.96% 0.41% -
HSV(B) 291.86º 0.98% 0.8% -
XYZ 28.73 13.63 57.62 -
YUV 78.11 198.48 197.82 -
System Red Green Blue C M Y K H S L
Decimal 176 4 203 0.13 0.98 0 0.20 291.86 0.96 0.41
Hex B0 4 CB D 62 0 14 124 60 29
Octal 260 4 313 15 142 0 24 444 140 51
Binary 10110000 100 11001011 1101 1100010 0 10100 100100100 1100000 101001

Color Harmonies of #B004CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B004CB

Black with #B004CB

Text Example


Text Example

White with #B004CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B004CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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