Html Css Color HEX #B413A6 Medium Violet Red

📋 copy color: '#B413A6'

red 180 ◦ green 19 ◦ blue 166

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

Shades of Medium Violet Red #B413A6

Tints of Medium Violet Red #B413A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 49.32%
G = 5.21%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B413A6 (or 0xB413A6) is known color: Medium Violet Red. HEX triplet: B4, 13 and A6. RGB value is (180,19,166). Sum of RGB (Red+Green+Blue) = 180+19+166=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B413A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B413A6 is #4BEC59. Grayscale: #535353. Windows color (decimal): -4975706 or 10884020. OLE color: 10884020.

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

Color convert

RGB 180 19 166 -
CMYK 0 0.89 0.08 0.29
HSL 305.22º 0.81% 0.39% -
HSV(B) 305.22º 0.89% 0.71% -
XYZ 25.94 12.92 37.2 -
YUV 83.9 174.34 196.55 -
System Red Green Blue C M Y K H S L
Decimal 180 19 166 0 0.89 0.08 0.29 305.22 0.81 0.39
Hex B4 13 A6 0 59 8 1D 131 51 27
Octal 264 23 246 0 131 10 35 461 121 47
Binary 10110100 10011 10100110 0 1011001 1000 11101 100110001 1010001 100111

Color Harmonies of #B413A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413A6

Black with #B413A6

Text Example


Text Example

White with #B413A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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