Html Css Color HEX #B013C0 Deep Magenta

📋 copy color: '#B013C0'

red 176 ◦ green 19 ◦ blue 192

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

Shades of Deep Magenta #B013C0

Tints of Deep Magenta #B013C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.61%

R = 45.48%
G = 4.91%
B = 49.61%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B013C0 (or 0xB013C0) is known color: Deep Magenta. HEX triplet: B0, 13 and C0. RGB value is (176,19,192). Sum of RGB (Red+Green+Blue) = 176+19+192=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #B013C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013C0 is #4FEC3F. Grayscale: #555555. Windows color (decimal): -5237824 or 12587952. OLE color: 12587952.

HSL color Cylindrical-coordinate representation of color #B013C0: hue angle of 294.45º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B013C0 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 19 192 -
CMYK 0.08 0.90 0 0.25
HSL 294.45º 0.82% 0.41% -
HSV(B) 294.45º 0.9% 0.75% -
XYZ 27.65 13.5 51.02 -
YUV 85.67 188.01 192.43 -
System Red Green Blue C M Y K H S L
Decimal 176 19 192 0.08 0.90 0 0.25 294.45 0.82 0.41
Hex B0 13 C0 8 5A 0 19 126 52 29
Octal 260 23 300 10 132 0 31 446 122 51
Binary 10110000 10011 11000000 1000 1011010 0 11001 100100110 1010010 101001

Color Harmonies of #B013C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B013C0

Black with #B013C0

Text Example


Text Example

White with #B013C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B013C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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