Html Css Color HEX #B51383 Medium Violet Red

📋 copy color: '#B51383'

red 181 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #B51383

Tints of Medium Violet Red #B51383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.74%

 BLUE value IS 131 (51.56% from 255) = 39.58%

R = 54.68%
G = 5.74%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B51383 (or 0xB51383) is known color: Medium Violet Red. HEX triplet: B5, 13 and 83. RGB value is (181,19,131). Sum of RGB (Red+Green+Blue) = 181+19+131=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B51383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51383 is #4AEC7C. Grayscale: #4F4F4F. Windows color (decimal): -4910205 or 8590261. OLE color: 8590261.

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

Color convert

RGB 181 19 131 -
CMYK 0 0.90 0.28 0.29
HSL 318.52º 0.81% 0.39% -
HSV(B) 318.52º 0.9% 0.71% -
XYZ 23.39 11.93 22.54 -
YUV 80.21 156.67 199.89 -
System Red Green Blue C M Y K H S L
Decimal 181 19 131 0 0.90 0.28 0.29 318.52 0.81 0.39
Hex B5 13 83 0 5A 1C 1D 13F 51 27
Octal 265 23 203 0 132 34 35 477 121 47
Binary 10110101 10011 10000011 0 1011010 11100 11101 100111111 1010001 100111

Color Harmonies of #B51383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51383

Black with #B51383

Text Example


Text Example

White with #B51383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51383; }

 p { color: rgb(181,19,131); }

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

background-color css

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

 a { background-color: rgb(181,19,131); }

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

border-color css

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

 span { border-color: rgb(181,19,131); }

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