Html Css Color HEX #B54395 Medium Red Violet

📋 copy color: '#B54395'

red 181 ◦ green 67 ◦ blue 149

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

Shades of Medium Red Violet #B54395

Tints of Medium Red Violet #B54395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.88%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 45.59%
G = 16.88%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B54395 (or 0xB54395) is known color: Medium Red Violet. HEX triplet: B5, 43 and 95. RGB value is (181,67,149). Sum of RGB (Red+Green+Blue) = 181+67+149=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B54395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54395 is #4ABC6A. Grayscale: #6E6E6E. Windows color (decimal): -4897899 or 9782197. OLE color: 9782197.

HSL color Cylindrical-coordinate representation of color #B54395: hue angle of 316.84º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54395 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 67 149 -
CMYK 0 0.63 0.18 0.29
HSL 316.84º 0.46% 0.49% -
HSV(B) 316.84º 0.63% 0.71% -
XYZ 26.49 16.01 30.13 -
YUV 110.43 149.77 178.33 -
System Red Green Blue C M Y K H S L
Decimal 181 67 149 0 0.63 0.18 0.29 316.84 0.46 0.49
Hex B5 43 95 0 3F 12 1D 13D 2E 31
Octal 265 103 225 0 77 22 35 475 56 61
Binary 10110101 1000011 10010101 0 111111 10010 11101 100111101 101110 110001

Color Harmonies of #B54395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54395

Black with #B54395

Text Example


Text Example

White with #B54395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54395; }

 p { color: rgb(181,67,149); }

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

background-color css

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

 a { background-color: rgb(181,67,149); }

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

border-color css

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

 span { border-color: rgb(181,67,149); }

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