Html Css Color HEX #B51896 Medium Violet Red

📋 copy color: '#B51896'

red 181 ◦ green 24 ◦ blue 150

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

Shades of Medium Violet Red #B51896

Tints of Medium Violet Red #B51896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.76%

 BLUE value IS 150 (58.98% from 255) = 42.25%

R = 50.99%
G = 6.76%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B51896 (or 0xB51896) is known color: Medium Violet Red. HEX triplet: B5, 18 and 96. RGB value is (181,24,150). Sum of RGB (Red+Green+Blue) = 181+24+150=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B51896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51896 is #4AE769. Grayscale: #545454. Windows color (decimal): -4908906 or 9836725. OLE color: 9836725.

HSL color Cylindrical-coordinate representation of color #B51896: hue angle of 311.85º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51896 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 24 150 -
CMYK 0 0.87 0.17 0.29
HSL 311.85º 0.77% 0.4% -
HSV(B) 311.85º 0.87% 0.71% -
XYZ 24.89 12.68 29.99 -
YUV 85.31 164.51 196.25 -
System Red Green Blue C M Y K H S L
Decimal 181 24 150 0 0.87 0.17 0.29 311.85 0.77 0.4
Hex B5 18 96 0 57 11 1D 138 4D 28
Octal 265 30 226 0 127 21 35 470 115 50
Binary 10110101 11000 10010110 0 1010111 10001 11101 100111000 1001101 101000

Color Harmonies of #B51896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51896

Black with #B51896

Text Example


Text Example

White with #B51896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51896; }

 p { color: rgb(181,24,150); }

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

background-color css

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

 a { background-color: rgb(181,24,150); }

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

border-color css

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

 span { border-color: rgb(181,24,150); }

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