Html Css Color HEX #B014CA Deep Magenta

📋 copy color: '#B014CA'

red 176 ◦ green 20 ◦ blue 202

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

Shades of Deep Magenta #B014CA

Tints of Deep Magenta #B014CA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.03%

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

R = 44.22%
G = 5.03%
B = 50.75%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B014CA (or 0xB014CA) is known color: Deep Magenta. HEX triplet: B0, 14 and CA. RGB value is (176,20,202). Sum of RGB (Red+Green+Blue) = 176+20+202=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #B014CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014CA is #4FEB35. Grayscale: #565656. Windows color (decimal): -5237558 or 13243568. OLE color: 13243568.

HSL color Cylindrical-coordinate representation of color #B014CA: hue angle of 291.43º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B014CA is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 20 202 -
CMYK 0.13 0.90 0 0.21
HSL 291.43º 0.82% 0.44% -
HSV(B) 291.43º 0.9% 0.79% -
XYZ 28.82 13.99 57.06 -
YUV 87.39 192.68 191.2 -
System Red Green Blue C M Y K H S L
Decimal 176 20 202 0.13 0.90 0 0.21 291.43 0.82 0.44
Hex B0 14 CA D 5A 0 15 123 52 2C
Octal 260 24 312 15 132 0 25 443 122 54
Binary 10110000 10100 11001010 1101 1011010 0 10101 100100011 1010010 101100

Color Harmonies of #B014CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014CA

Black with #B014CA

Text Example


Text Example

White with #B014CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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