Html Css Color HEX #B513A2 Medium Violet Red

📋 copy color: '#B513A2'

red 181 ◦ green 19 ◦ blue 162

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

Shades of Medium Violet Red #B513A2

Tints of Medium Violet Red #B513A2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.25%

 BLUE value IS 162 (63.67% from 255) = 44.75%

R = 50%
G = 5.25%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B513A2 (or 0xB513A2) is known color: Medium Violet Red. HEX triplet: B5, 13 and A2. RGB value is (181,19,162). Sum of RGB (Red+Green+Blue) = 181+19+162=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B513A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B513A2 is #4AEC5D. Grayscale: #535353. Windows color (decimal): -4910174 or 10621877. OLE color: 10621877.

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

Color convert

RGB 181 19 162 -
CMYK 0 0.90 0.10 0.29
HSL 307.04º 0.81% 0.39% -
HSV(B) 307.04º 0.9% 0.71% -
XYZ 25.81 12.9 35.31 -
YUV 83.74 172.17 197.37 -
System Red Green Blue C M Y K H S L
Decimal 181 19 162 0 0.90 0.10 0.29 307.04 0.81 0.39
Hex B5 13 A2 0 5A A 1D 133 51 27
Octal 265 23 242 0 132 12 35 463 121 47
Binary 10110101 10011 10100010 0 1011010 1010 11101 100110011 1010001 100111

Color Harmonies of #B513A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B513A2

Black with #B513A2

Text Example


Text Example

White with #B513A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B513A2; }

 p { color: rgb(181,19,162); }

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

background-color css

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

 a { background-color: rgb(181,19,162); }

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

border-color css

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

 span { border-color: rgb(181,19,162); }

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