Html Css Color HEX #B51FA3 Medium Violet Red

📋 copy color: '#B51FA3'

red 181 ◦ green 31 ◦ blue 163

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

Shades of Medium Violet Red #B51FA3

Tints of Medium Violet Red #B51FA3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.27%

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

R = 48.27%
G = 8.27%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B51FA3 (or 0xB51FA3) is known color: Medium Violet Red. HEX triplet: B5, 1F and A3. RGB value is (181,31,163). Sum of RGB (Red+Green+Blue) = 181+31+163=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B51FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51FA3 is #4AE05C. Grayscale: #5A5A5A. Windows color (decimal): -4907101 or 10690485. OLE color: 10690485.

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

Color convert

RGB 181 31 163 -
CMYK 0 0.83 0.10 0.29
HSL 307.2º 0.71% 0.42% -
HSV(B) 307.2º 0.83% 0.71% -
XYZ 26.16 13.45 35.87 -
YUV 90.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 181 31 163 0 0.83 0.10 0.29 307.2 0.71 0.42
Hex B5 1F A3 0 53 A 1D 133 47 2A
Octal 265 37 243 0 123 12 35 463 107 52
Binary 10110101 11111 10100011 0 1010011 1010 11101 100110011 1000111 101010

Color Harmonies of #B51FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51FA3

Black with #B51FA3

Text Example


Text Example

White with #B51FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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