Html Css Color HEX #B004CA Deep Magenta

📋 copy color: '#B004CA'

red 176 ◦ green 4 ◦ blue 202

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

Shades of Deep Magenta #B004CA

Tints of Deep Magenta #B004CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.88%

R = 46.07%
G = 1.05%
B = 52.88%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B004CA (or 0xB004CA) is known color: Deep Magenta. HEX triplet: B0, 04 and CA. RGB value is (176,4,202). Sum of RGB (Red+Green+Blue) = 176+4+202=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #B004CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B004CA is #4FFB35. Grayscale: #4D4D4D. Windows color (decimal): -5241654 or 13239472. OLE color: 13239472.

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

Color convert

RGB 176 4 202 -
CMYK 0.13 0.98 0 0.21
HSL 292.12º 0.96% 0.4% -
HSV(B) 292.12º 0.98% 0.79% -
XYZ 28.61 13.58 56.99 -
YUV 78 197.98 197.9 -
System Red Green Blue C M Y K H S L
Decimal 176 4 202 0.13 0.98 0 0.21 292.12 0.96 0.4
Hex B0 4 CA D 62 0 15 124 60 28
Octal 260 4 312 15 142 0 25 444 140 50
Binary 10110000 100 11001010 1101 1100010 0 10101 100100100 1100000 101000

Color Harmonies of #B004CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B004CA

Black with #B004CA

Text Example


Text Example

White with #B004CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B004CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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