Html Css Color HEX #B013CD Deep Magenta

📋 copy color: '#B013CD'

red 176 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #B013CD

Tints of Deep Magenta #B013CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.75%

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

R = 44%
G = 4.75%
B = 51.25%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B013CD (or 0xB013CD) is known color: Deep Magenta. HEX triplet: B0, 13 and CD. RGB value is (176,19,205). Sum of RGB (Red+Green+Blue) = 176+19+205=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #B013CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013CD is #4FEC32. Grayscale: #565656. Windows color (decimal): -5237811 or 13439920. OLE color: 13439920.

HSL color Cylindrical-coordinate representation of color #B013CD: hue angle of 290.65º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B013CD is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 19 205 -
CMYK 0.14 0.91 0 0.20
HSL 290.65º 0.83% 0.44% -
HSV(B) 290.65º 0.91% 0.8% -
XYZ 29.16 14.1 58.94 -
YUV 87.15 194.51 191.38 -
System Red Green Blue C M Y K H S L
Decimal 176 19 205 0.14 0.91 0 0.20 290.65 0.83 0.44
Hex B0 13 CD E 5B 0 14 123 53 2C
Octal 260 23 315 16 133 0 24 443 123 54
Binary 10110000 10011 11001101 1110 1011011 0 10100 100100011 1010011 101100

Color Harmonies of #B013CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B013CD

Black with #B013CD

Text Example


Text Example

White with #B013CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B013CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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