Html Css Color HEX #B413A2 Medium Violet Red

📋 copy color: '#B413A2'

red 180 ◦ green 19 ◦ blue 162

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

Shades of Medium Violet Red #B413A2

Tints of Medium Violet Red #B413A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.88%

R = 49.86%
G = 5.26%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B413A2 (or 0xB413A2) is known color: Medium Violet Red. HEX triplet: B4, 13 and A2. RGB value is (180,19,162). Sum of RGB (Red+Green+Blue) = 180+19+162=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B413A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B413A2 is #4BEC5D. Grayscale: #535353. Windows color (decimal): -4975710 or 10621876. OLE color: 10621876.

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

Color convert

RGB 180 19 162 -
CMYK 0 0.89 0.1 0.29
HSL 306.71º 0.81% 0.39% -
HSV(B) 306.71º 0.89% 0.71% -
XYZ 25.58 12.78 35.3 -
YUV 83.44 172.34 196.87 -
System Red Green Blue C M Y K H S L
Decimal 180 19 162 0 0.89 0.1 0.29 306.71 0.81 0.39
Hex B4 13 A2 0 59 A 1D 133 51 27
Octal 264 23 242 0 131 12 35 463 121 47
Binary 10110100 10011 10100010 0 1011001 1010 11101 100110011 1010001 100111

Color Harmonies of #B413A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413A2

Black with #B413A2

Text Example


Text Example

White with #B413A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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