Html Css Color HEX #B013A1 Medium Violet Red

📋 copy color: '#B013A1'

red 176 ◦ green 19 ◦ blue 161

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

Shades of Medium Violet Red #B013A1

Tints of Medium Violet Red #B013A1

RGB

 RED value IS 176 (69.14% from 255) = 49.44%

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

 BLUE value IS 161 (63.28% from 255) = 45.22%

R = 49.44%
G = 5.34%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B013A1 (or 0xB013A1) is known color: Medium Violet Red. HEX triplet: B0, 13 and A1. RGB value is (176,19,161). Sum of RGB (Red+Green+Blue) = 176+19+161=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B013A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B013A1 is #4FEC5E. Grayscale: #515151. Windows color (decimal): -5237855 or 10556336. OLE color: 10556336.

HSL color Cylindrical-coordinate representation of color #B013A1: hue angle of 305.73º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B013A1 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 161 -
CMYK 0 0.89 0.09 0.31
HSL 305.73º 0.81% 0.38% -
HSV(B) 305.73º 0.89% 0.69% -
XYZ 24.57 12.27 34.79 -
YUV 82.13 172.51 194.95 -
System Red Green Blue C M Y K H S L
Decimal 176 19 161 0 0.89 0.09 0.31 305.73 0.81 0.38
Hex B0 13 A1 0 59 9 1F 132 51 26
Octal 260 23 241 0 131 11 37 462 121 46
Binary 10110000 10011 10100001 0 1011001 1001 11111 100110010 1010001 100110

Color Harmonies of #B013A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B013A1

Black with #B013A1

Text Example


Text Example

White with #B013A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B013A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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