Html Css Color HEX #B501A3 Medium Violet Red

📋 copy color: '#B501A3'

red 181 ◦ green 1 ◦ blue 163

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

Shades of Medium Violet Red #B501A3

Tints of Medium Violet Red #B501A3

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 52.46%
G = 0.29%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B501A3 (or 0xB501A3) is known color: Medium Violet Red. HEX triplet: B5, 01 and A3. RGB value is (181,1,163). Sum of RGB (Red+Green+Blue) = 181+1+163=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 163 (64.06% from 255 or 47.25% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B501A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B501A3 is #4AFE5C. Grayscale: #484848. Windows color (decimal): -4914781 or 10682805. OLE color: 10682805.

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

Color convert

RGB 181 1 163 -
CMYK 0 0.99 0.10 0.29
HSL 306º 0.99% 0.36% -
HSV(B) 306º 0.99% 0.71% -
XYZ 25.68 12.49 35.71 -
YUV 73.29 178.63 204.83 -
System Red Green Blue C M Y K H S L
Decimal 181 1 163 0 0.99 0.10 0.29 306 0.99 0.36
Hex B5 1 A3 0 63 A 1D 132 63 24
Octal 265 1 243 0 143 12 35 462 143 44
Binary 10110101 1 10100011 0 1100011 1010 11101 100110010 1100011 100100

Color Harmonies of #B501A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501A3

Black with #B501A3

Text Example


Text Example

White with #B501A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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