Html Css Color HEX #B500A0 Medium Violet Red

📋 copy color: '#B500A0'

red 181 ◦ green 0 ◦ blue 160

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

Shades of Medium Violet Red #B500A0

Tints of Medium Violet Red #B500A0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.08%
G = 0%
B = 46.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B500A0 (or 0xB500A0) is known color: Medium Violet Red. HEX triplet: B5, 00 and A0. RGB value is (181,0,160). Sum of RGB (Red+Green+Blue) = 181+0+160=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B500A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B500A0 is #4AFF5F. Grayscale: #474747. Windows color (decimal): -4915040 or 10485941. OLE color: 10485941.

HSL color Cylindrical-coordinate representation of color #B500A0: hue angle of 306.96º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500A0 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 0 160 -
CMYK 0 1 0.12 0.29
HSL 306.96º 1% 0.35% -
HSV(B) 306.96º 1% 0.71% -
XYZ 25.4 12.36 34.3 -
YUV 72.36 177.47 205.49 -
System Red Green Blue C M Y K H S L
Decimal 181 0 160 0 1 0.12 0.29 306.96 1 0.35
Hex B5 0 A0 0 64 C 1D 133 64 23
Octal 265 0 240 0 144 14 35 463 144 43
Binary 10110101 0 10100000 0 1100100 1100 11101 100110011 1100100 100011

Color Harmonies of #B500A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500A0

Black with #B500A0

Text Example


Text Example

White with #B500A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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