Html Css Color HEX #B513C0 Deep Magenta

📋 copy color: '#B513C0'

red 181 ◦ green 19 ◦ blue 192

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

Shades of Deep Magenta #B513C0

Tints of Deep Magenta #B513C0

RGB

 RED value IS 181 (71.09% from 255) = 46.17%

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

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

R = 46.17%
G = 4.85%
B = 48.98%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B513C0 (or 0xB513C0) is known color: Deep Magenta. HEX triplet: B5, 13 and C0. RGB value is (181,19,192). Sum of RGB (Red+Green+Blue) = 181+19+192=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #B513C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B513C0 is #4AEC3F. Grayscale: #565656. Windows color (decimal): -4910144 or 12587957. OLE color: 12587957.

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

Color convert

RGB 181 19 192 -
CMYK 0.06 0.90 0 0.25
HSL 296.19º 0.82% 0.41% -
HSV(B) 296.19º 0.9% 0.75% -
XYZ 28.8 14.1 51.07 -
YUV 87.16 187.17 194.93 -
System Red Green Blue C M Y K H S L
Decimal 181 19 192 0.06 0.90 0 0.25 296.19 0.82 0.41
Hex B5 13 C0 6 5A 0 19 128 52 29
Octal 265 23 300 6 132 0 31 450 122 51
Binary 10110101 10011 11000000 110 1011010 0 11001 100101000 1010010 101001

Color Harmonies of #B513C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B513C0

Black with #B513C0

Text Example


Text Example

White with #B513C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B513C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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