Html Css Color HEX #B013CC Deep Magenta

📋 copy color: '#B013CC'

red 176 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #B013CC

Tints of Deep Magenta #B013CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 44.11%
G = 4.76%
B = 51.13%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B013CC (or 0xB013CC) is known color: Deep Magenta. HEX triplet: B0, 13 and CC. RGB value is (176,19,204). Sum of RGB (Red+Green+Blue) = 176+19+204=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #B013CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013CC is #4FEC33. Grayscale: #565656. Windows color (decimal): -5237812 or 13374384. OLE color: 13374384.

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

Color convert

RGB 176 19 204 -
CMYK 0.14 0.91 0 0.2
HSL 290.92º 0.83% 0.44% -
HSV(B) 290.92º 0.91% 0.8% -
XYZ 29.04 14.06 58.31 -
YUV 87.03 194.01 191.46 -
System Red Green Blue C M Y K H S L
Decimal 176 19 204 0.14 0.91 0 0.2 290.92 0.83 0.44
Hex B0 13 CC E 5B 0 14 123 53 2C
Octal 260 23 314 16 133 0 24 443 123 54
Binary 10110000 10011 11001100 1110 1011011 0 10100 100100011 1010011 101100

Color Harmonies of #B013CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B013CC

Black with #B013CC

Text Example


Text Example

White with #B013CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B013CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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