Html Css Color HEX #B413B2 Deep Magenta

📋 copy color: '#B413B2'

red 180 ◦ green 19 ◦ blue 178

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

Shades of Deep Magenta #B413B2

Tints of Deep Magenta #B413B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.21%

R = 47.75%
G = 5.04%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B413B2 (or 0xB413B2) is known color: Deep Magenta. HEX triplet: B4, 13 and B2. RGB value is (180,19,178). Sum of RGB (Red+Green+Blue) = 180+19+178=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B413B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B413B2 is #4BEC4D. Grayscale: #545454. Windows color (decimal): -4975694 or 11670452. OLE color: 11670452.

HSL color Cylindrical-coordinate representation of color #B413B2: hue angle of 300.75º 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 #B413B2 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 19 178 -
CMYK 0 0.89 0.01 0.29
HSL 300.75º 0.81% 0.39% -
HSV(B) 300.75º 0.89% 0.71% -
XYZ 27.09 13.38 43.27 -
YUV 85.27 180.34 195.57 -
System Red Green Blue C M Y K H S L
Decimal 180 19 178 0 0.89 0.01 0.29 300.75 0.81 0.39
Hex B4 13 B2 0 59 1 1D 12D 51 27
Octal 264 23 262 0 131 1 35 455 121 47
Binary 10110100 10011 10110010 0 1011001 1 11101 100101101 1010001 100111

Color Harmonies of #B413B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413B2

Black with #B413B2

Text Example


Text Example

White with #B413B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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