Html Css Color HEX #B413A0 Medium Violet Red

📋 copy color: '#B413A0'

red 180 ◦ green 19 ◦ blue 160

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

Shades of Medium Violet Red #B413A0

Tints of Medium Violet Red #B413A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.57%

R = 50.14%
G = 5.29%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B413A0 (or 0xB413A0) is known color: Medium Violet Red. HEX triplet: B4, 13 and A0. RGB value is (180,19,160). Sum of RGB (Red+Green+Blue) = 180+19+160=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B413A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B413A0 is #4BEC5F. Grayscale: #525252. Windows color (decimal): -4975712 or 10490804. OLE color: 10490804.

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

Color convert

RGB 180 19 160 -
CMYK 0 0.89 0.11 0.29
HSL 307.45º 0.81% 0.39% -
HSV(B) 307.45º 0.89% 0.71% -
XYZ 25.4 12.71 34.37 -
YUV 83.21 171.34 197.04 -
System Red Green Blue C M Y K H S L
Decimal 180 19 160 0 0.89 0.11 0.29 307.45 0.81 0.39
Hex B4 13 A0 0 59 B 1D 133 51 27
Octal 264 23 240 0 131 13 35 463 121 47
Binary 10110100 10011 10100000 0 1011001 1011 11101 100110011 1010001 100111

Color Harmonies of #B413A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413A0

Black with #B413A0

Text Example


Text Example

White with #B413A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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