Html Css Color HEX #B512A8 Medium Violet Red

📋 copy color: '#B512A8'

red 181 ◦ green 18 ◦ blue 168

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

Shades of Medium Violet Red #B512A8

Tints of Medium Violet Red #B512A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.78%

R = 49.32%
G = 4.9%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B512A8 (or 0xB512A8) is known color: Medium Violet Red. HEX triplet: B5, 12 and A8. RGB value is (181,18,168). Sum of RGB (Red+Green+Blue) = 181+18+168=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B512A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B512A8 is #4AED57. Grayscale: #535353. Windows color (decimal): -4910424 or 11014837. OLE color: 11014837.

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

Color convert

RGB 181 18 168 -
CMYK 0 0.90 0.07 0.29
HSL 304.79º 0.82% 0.39% -
HSV(B) 304.79º 0.9% 0.71% -
XYZ 26.34 13.08 38.18 -
YUV 83.84 175.5 197.3 -
System Red Green Blue C M Y K H S L
Decimal 181 18 168 0 0.90 0.07 0.29 304.79 0.82 0.39
Hex B5 12 A8 0 5A 7 1D 131 52 27
Octal 265 22 250 0 132 7 35 461 122 47
Binary 10110101 10010 10101000 0 1011010 111 11101 100110001 1010010 100111

Color Harmonies of #B512A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512A8

Black with #B512A8

Text Example


Text Example

White with #B512A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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