Html Css Color HEX #B511A6 Medium Violet Red

📋 copy color: '#B511A6'

red 181 ◦ green 17 ◦ blue 166

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

Shades of Medium Violet Red #B511A6

Tints of Medium Violet Red #B511A6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.67%

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

R = 49.73%
G = 4.67%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B511A6 (or 0xB511A6) is known color: Medium Violet Red. HEX triplet: B5, 11 and A6. RGB value is (181,17,166). Sum of RGB (Red+Green+Blue) = 181+17+166=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B511A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B511A6 is #4AEE59. Grayscale: #525252. Windows color (decimal): -4910682 or 10883509. OLE color: 10883509.

HSL color Cylindrical-coordinate representation of color #B511A6: hue angle of 305.49º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B511A6 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 17 166 -
CMYK 0 0.91 0.08 0.29
HSL 305.49º 0.83% 0.39% -
HSV(B) 305.49º 0.91% 0.71% -
XYZ 26.14 12.98 37.2 -
YUV 83.02 174.83 197.88 -
System Red Green Blue C M Y K H S L
Decimal 181 17 166 0 0.91 0.08 0.29 305.49 0.83 0.39
Hex B5 11 A6 0 5B 8 1D 131 53 27
Octal 265 21 246 0 133 10 35 461 123 47
Binary 10110101 10001 10100110 0 1011011 1000 11101 100110001 1010011 100111

Color Harmonies of #B511A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511A6

Black with #B511A6

Text Example


Text Example

White with #B511A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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