Html Css Color HEX #B014CD Deep Magenta

📋 copy color: '#B014CD'

red 176 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #B014CD

Tints of Deep Magenta #B014CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 43.89%
G = 4.99%
B = 51.12%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B014CD (or 0xB014CD) is known color: Deep Magenta. HEX triplet: B0, 14 and CD. RGB value is (176,20,205). Sum of RGB (Red+Green+Blue) = 176+20+205=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #B014CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014CD is #4FEB32. Grayscale: #575757. Windows color (decimal): -5237555 or 13440176. OLE color: 13440176.

HSL color Cylindrical-coordinate representation of color #B014CD: hue angle of 290.59º 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 #B014CD is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 20 205 -
CMYK 0.14 0.90 0 0.20
HSL 290.59º 0.82% 0.44% -
HSV(B) 290.59º 0.9% 0.8% -
XYZ 29.17 14.14 58.95 -
YUV 87.73 194.18 190.96 -
System Red Green Blue C M Y K H S L
Decimal 176 20 205 0.14 0.90 0 0.20 290.59 0.82 0.44
Hex B0 14 CD E 5A 0 14 123 52 2C
Octal 260 24 315 16 132 0 24 443 122 54
Binary 10110000 10100 11001101 1110 1011010 0 10100 100100011 1010010 101100

Color Harmonies of #B014CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014CD

Black with #B014CD

Text Example


Text Example

White with #B014CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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