Html Css Color HEX #B013C1 Deep Magenta

📋 copy color: '#B013C1'

red 176 ◦ green 19 ◦ blue 193

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

Shades of Deep Magenta #B013C1

Tints of Deep Magenta #B013C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.74%

R = 45.36%
G = 4.9%
B = 49.74%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B013C1 (or 0xB013C1) is known color: Deep Magenta. HEX triplet: B0, 13 and C1. RGB value is (176,19,193). Sum of RGB (Red+Green+Blue) = 176+19+193=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #B013C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013C1 is #4FEC3E. Grayscale: #555555. Windows color (decimal): -5237823 or 12653488. OLE color: 12653488.

HSL color Cylindrical-coordinate representation of color #B013C1: hue angle of 294.14º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B013C1 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 19 193 -
CMYK 0.09 0.90 0 0.24
HSL 294.14º 0.82% 0.42% -
HSV(B) 294.14º 0.9% 0.76% -
XYZ 27.76 13.55 51.6 -
YUV 85.78 188.51 192.35 -
System Red Green Blue C M Y K H S L
Decimal 176 19 193 0.09 0.90 0 0.24 294.14 0.82 0.42
Hex B0 13 C1 9 5A 0 18 126 52 2A
Octal 260 23 301 11 132 0 30 446 122 52
Binary 10110000 10011 11000001 1001 1011010 0 11000 100100110 1010010 101010

Color Harmonies of #B013C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B013C1

Black with #B013C1

Text Example


Text Example

White with #B013C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B013C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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