Html Css Color HEX #B512A6 Medium Violet Red

📋 copy color: '#B512A6'

red 181 ◦ green 18 ◦ blue 166

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

Shades of Medium Violet Red #B512A6

Tints of Medium Violet Red #B512A6

RGB

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

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

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

R = 49.59%
G = 4.93%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B512A6 (or 0xB512A6) is known color: Medium Violet Red. HEX triplet: B5, 12 and A6. RGB value is (181,18,166). Sum of RGB (Red+Green+Blue) = 181+18+166=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B512A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B512A6 is #4AED59. Grayscale: #535353. Windows color (decimal): -4910426 or 10883765. OLE color: 10883765.

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

Color convert

RGB 181 18 166 -
CMYK 0 0.90 0.08 0.29
HSL 305.52º 0.82% 0.39% -
HSV(B) 305.52º 0.9% 0.71% -
XYZ 26.16 13.01 37.21 -
YUV 83.61 174.5 197.47 -
System Red Green Blue C M Y K H S L
Decimal 181 18 166 0 0.90 0.08 0.29 305.52 0.82 0.39
Hex B5 12 A6 0 5A 8 1D 132 52 27
Octal 265 22 246 0 132 10 35 462 122 47
Binary 10110101 10010 10100110 0 1011010 1000 11101 100110010 1010010 100111

Color Harmonies of #B512A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512A6

Black with #B512A6

Text Example


Text Example

White with #B512A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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