Html Css Color HEX #B413B0 Deep Magenta

📋 copy color: '#B413B0'

red 180 ◦ green 19 ◦ blue 176

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

Shades of Deep Magenta #B413B0

Tints of Deep Magenta #B413B0

RGB

 RED value IS 180 (70.7% from 255) = 48%

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

 BLUE value IS 176 (69.14% from 255) = 46.93%

R = 48%
G = 5.07%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B413B0 (or 0xB413B0) is known color: Deep Magenta. HEX triplet: B4, 13 and B0. RGB value is (180,19,176). Sum of RGB (Red+Green+Blue) = 180+19+176=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B413B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B413B0 is #4BEC4F. Grayscale: #545454. Windows color (decimal): -4975696 or 11539380. OLE color: 11539380.

HSL color Cylindrical-coordinate representation of color #B413B0: hue angle of 301.49º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B413B0 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 19 176 -
CMYK 0 0.89 0.02 0.29
HSL 301.49º 0.81% 0.39% -
HSV(B) 301.49º 0.89% 0.71% -
XYZ 26.89 13.3 42.22 -
YUV 85.04 179.34 195.73 -
System Red Green Blue C M Y K H S L
Decimal 180 19 176 0 0.89 0.02 0.29 301.49 0.81 0.39
Hex B4 13 B0 0 59 2 1D 12D 51 27
Octal 264 23 260 0 131 2 35 455 121 47
Binary 10110100 10011 10110000 0 1011001 10 11101 100101101 1010001 100111

Color Harmonies of #B413B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413B0

Black with #B413B0

Text Example


Text Example

White with #B413B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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