Html Css Color HEX #B512A1 Medium Violet Red

📋 copy color: '#B512A1'

red 181 ◦ green 18 ◦ blue 161

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

Shades of Medium Violet Red #B512A1

Tints of Medium Violet Red #B512A1

RGB

 RED value IS 181 (71.09% from 255) = 50.28%

 GREEN value IS 18 (7.42% from 255) = 5%

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

R = 50.28%
G = 5%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B512A1 (or 0xB512A1) is known color: Medium Violet Red. HEX triplet: B5, 12 and A1. RGB value is (181,18,161). Sum of RGB (Red+Green+Blue) = 181+18+161=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B512A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B512A1 is #4AED5E. Grayscale: #525252. Windows color (decimal): -4910431 or 10556085. OLE color: 10556085.

HSL color Cylindrical-coordinate representation of color #B512A1: hue angle of 307.36º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B512A1 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 161 -
CMYK 0 0.90 0.11 0.29
HSL 307.36º 0.82% 0.39% -
HSV(B) 307.36º 0.9% 0.71% -
XYZ 25.71 12.83 34.84 -
YUV 83.04 172 197.87 -
System Red Green Blue C M Y K H S L
Decimal 181 18 161 0 0.90 0.11 0.29 307.36 0.82 0.39
Hex B5 12 A1 0 5A B 1D 133 52 27
Octal 265 22 241 0 132 13 35 463 122 47
Binary 10110101 10010 10100001 0 1011010 1011 11101 100110011 1010010 100111

Color Harmonies of #B512A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512A1

Black with #B512A1

Text Example


Text Example

White with #B512A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512A1; }

 p { color: rgb(181,18,161); }

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

background-color css

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

 a { background-color: rgb(181,18,161); }

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

border-color css

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

 span { border-color: rgb(181,18,161); }

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