Html Css Color HEX #B51273 Medium Violet Red

📋 copy color: '#B51273'

red 181 ◦ green 18 ◦ blue 115

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

Shades of Medium Violet Red #B51273

Tints of Medium Violet Red #B51273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.73%

 BLUE value IS 115 (45.31% from 255) = 36.62%

R = 57.64%
G = 5.73%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B51273 (or 0xB51273) is known color: Medium Violet Red. HEX triplet: B5, 12 and 73. RGB value is (181,18,115). Sum of RGB (Red+Green+Blue) = 181+18+115=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B51273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51273 is #4AED8C. Grayscale: #4D4D4D. Windows color (decimal): -4910477 or 7541429. OLE color: 7541429.

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

Color convert

RGB 181 18 115 -
CMYK 0 0.90 0.36 0.29
HSL 324.29º 0.82% 0.39% -
HSV(B) 324.29º 0.9% 0.71% -
XYZ 22.37 11.49 17.26 -
YUV 77.8 149 201.61 -
System Red Green Blue C M Y K H S L
Decimal 181 18 115 0 0.90 0.36 0.29 324.29 0.82 0.39
Hex B5 12 73 0 5A 24 1D 144 52 27
Octal 265 22 163 0 132 44 35 504 122 47
Binary 10110101 10010 1110011 0 1011010 100100 11101 101000100 1010010 100111

Color Harmonies of #B51273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51273

Black with #B51273

Text Example


Text Example

White with #B51273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51273; }

 p { color: rgb(181,18,115); }

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

background-color css

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

 a { background-color: rgb(181,18,115); }

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

border-color css

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

 span { border-color: rgb(181,18,115); }

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