Html Css Color HEX #B51084 Medium Violet Red

📋 copy color: '#B51084'

red 181 ◦ green 16 ◦ blue 132

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

Shades of Medium Violet Red #B51084

Tints of Medium Violet Red #B51084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.86%

 BLUE value IS 132 (51.95% from 255) = 40.12%

R = 55.02%
G = 4.86%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B51084 (or 0xB51084) is known color: Medium Violet Red. HEX triplet: B5, 10 and 84. RGB value is (181,16,132). Sum of RGB (Red+Green+Blue) = 181+16+132=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B51084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51084 is #4AEF7B. Grayscale: #4E4E4E. Windows color (decimal): -4910972 or 8655029. OLE color: 8655029.

HSL color Cylindrical-coordinate representation of color #B51084: hue angle of 317.82º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51084 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 16 132 -
CMYK 0 0.91 0.27 0.29
HSL 317.82º 0.84% 0.39% -
HSV(B) 317.82º 0.91% 0.71% -
XYZ 23.41 11.86 22.89 -
YUV 78.56 158.16 201.07 -
System Red Green Blue C M Y K H S L
Decimal 181 16 132 0 0.91 0.27 0.29 317.82 0.84 0.39
Hex B5 10 84 0 5B 1B 1D 13E 54 27
Octal 265 20 204 0 133 33 35 476 124 47
Binary 10110101 10000 10000100 0 1011011 11011 11101 100111110 1010100 100111

Color Harmonies of #B51084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51084

Black with #B51084

Text Example


Text Example

White with #B51084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51084; }

 p { color: rgb(181,16,132); }

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

background-color css

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

 a { background-color: rgb(181,16,132); }

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

border-color css

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

 span { border-color: rgb(181,16,132); }

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