Html Css Color HEX #B505A2 Medium Violet Red

📋 copy color: '#B505A2'

red 181 ◦ green 5 ◦ blue 162

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

Shades of Medium Violet Red #B505A2

Tints of Medium Violet Red #B505A2

RGB

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

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

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

R = 52.01%
G = 1.44%
B = 46.55%

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

#B505A2 (or 0xB505A2) is known color: Medium Violet Red. HEX triplet: B5, 05 and A2. RGB value is (181,5,162). Sum of RGB (Red+Green+Blue) = 181+5+162=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 162 (63.67% from 255 or 46.55% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B505A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B505A2 is #4AFA5D. Grayscale: #4B4B4B. Windows color (decimal): -4913758 or 10618293. OLE color: 10618293.

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

Color convert

RGB 181 5 162 -
CMYK 0 0.97 0.10 0.29
HSL 306.48º 0.95% 0.36% -
HSV(B) 306.48º 0.97% 0.71% -
XYZ 25.63 12.54 35.25 -
YUV 75.52 176.81 203.23 -
System Red Green Blue C M Y K H S L
Decimal 181 5 162 0 0.97 0.10 0.29 306.48 0.95 0.36
Hex B5 5 A2 0 61 A 1D 132 5F 24
Octal 265 5 242 0 141 12 35 462 137 44
Binary 10110101 101 10100010 0 1100001 1010 11101 100110010 1011111 100100

Color Harmonies of #B505A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B505A2

Black with #B505A2

Text Example


Text Example

White with #B505A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B505A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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