Html Css Color HEX #B014CB Deep Magenta

📋 copy color: '#B014CB'

red 176 ◦ green 20 ◦ blue 203

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

Shades of Deep Magenta #B014CB

Tints of Deep Magenta #B014CB

RGB

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

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

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

R = 44.11%
G = 5.01%
B = 50.88%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B014CB (or 0xB014CB) is known color: Deep Magenta. HEX triplet: B0, 14 and CB. RGB value is (176,20,203). Sum of RGB (Red+Green+Blue) = 176+20+203=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #B014CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014CB is #4FEB34. Grayscale: #565656. Windows color (decimal): -5237557 or 13309104. OLE color: 13309104.

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

Color convert

RGB 176 20 203 -
CMYK 0.13 0.90 0 0.20
HSL 291.15º 0.82% 0.44% -
HSV(B) 291.15º 0.9% 0.8% -
XYZ 28.93 14.04 57.69 -
YUV 87.51 193.18 191.12 -
System Red Green Blue C M Y K H S L
Decimal 176 20 203 0.13 0.90 0 0.20 291.15 0.82 0.44
Hex B0 14 CB D 5A 0 14 123 52 2C
Octal 260 24 313 15 132 0 24 443 122 54
Binary 10110000 10100 11001011 1101 1011010 0 10100 100100011 1010010 101100

Color Harmonies of #B014CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014CB

Black with #B014CB

Text Example


Text Example

White with #B014CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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