Html Css Color HEX #B505A3 Medium Violet Red

📋 copy color: '#B505A3'

red 181 ◦ green 5 ◦ blue 163

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

Shades of Medium Violet Red #B505A3

Tints of Medium Violet Red #B505A3

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

 BLUE value IS 163 (64.06% from 255) = 46.7%

R = 51.86%
G = 1.43%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B505A3 (or 0xB505A3) is known color: Medium Violet Red. HEX triplet: B5, 05 and A3. RGB value is (181,5,163). Sum of RGB (Red+Green+Blue) = 181+5+163=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B505A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B505A3 is #4AFA5C. Grayscale: #4B4B4B. Windows color (decimal): -4913757 or 10683829. OLE color: 10683829.

HSL color Cylindrical-coordinate representation of color #B505A3: hue angle of 306.14º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B505A3 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 5 163 -
CMYK 0 0.97 0.10 0.29
HSL 306.14º 0.95% 0.36% -
HSV(B) 306.14º 0.97% 0.71% -
XYZ 25.72 12.58 35.72 -
YUV 75.64 177.31 203.15 -
System Red Green Blue C M Y K H S L
Decimal 181 5 163 0 0.97 0.10 0.29 306.14 0.95 0.36
Hex B5 5 A3 0 61 A 1D 132 5F 24
Octal 265 5 243 0 141 12 35 462 137 44
Binary 10110101 101 10100011 0 1100001 1010 11101 100110010 1011111 100100

Color Harmonies of #B505A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B505A3

Black with #B505A3

Text Example


Text Example

White with #B505A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B505A3; }

 p { color: rgb(181,5,163); }

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

background-color css

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

 a { background-color: rgb(181,5,163); }

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

border-color css

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

 span { border-color: rgb(181,5,163); }

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