Html Css Color HEX #B511A0 Medium Violet Red

📋 copy color: '#B511A0'

red 181 ◦ green 17 ◦ blue 160

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

Shades of Medium Violet Red #B511A0

Tints of Medium Violet Red #B511A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.69%

R = 50.56%
G = 4.75%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B511A0 (or 0xB511A0) is known color: Medium Violet Red. HEX triplet: B5, 11 and A0. RGB value is (181,17,160). Sum of RGB (Red+Green+Blue) = 181+17+160=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B511A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B511A0 is #4AEE5F. Grayscale: #515151. Windows color (decimal): -4910688 or 10490293. OLE color: 10490293.

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

Color convert

RGB 181 17 160 -
CMYK 0 0.91 0.12 0.29
HSL 307.68º 0.83% 0.39% -
HSV(B) 307.68º 0.91% 0.71% -
XYZ 25.6 12.76 34.37 -
YUV 82.34 171.83 198.37 -
System Red Green Blue C M Y K H S L
Decimal 181 17 160 0 0.91 0.12 0.29 307.68 0.83 0.39
Hex B5 11 A0 0 5B C 1D 134 53 27
Octal 265 21 240 0 133 14 35 464 123 47
Binary 10110101 10001 10100000 0 1011011 1100 11101 100110100 1010011 100111

Color Harmonies of #B511A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511A0

Black with #B511A0

Text Example


Text Example

White with #B511A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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