Html Css Color HEX #B54296 Medium Red Violet

📋 copy color: '#B54296'

red 181 ◦ green 66 ◦ blue 150

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

Shades of Medium Red Violet #B54296

Tints of Medium Red Violet #B54296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.62%

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

R = 45.59%
G = 16.62%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B54296 (or 0xB54296) is known color: Medium Red Violet. HEX triplet: B5, 42 and 96. RGB value is (181,66,150). Sum of RGB (Red+Green+Blue) = 181+66+150=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B54296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54296 is #4ABD69. Grayscale: #6D6D6D. Windows color (decimal): -4898154 or 9847477. OLE color: 9847477.

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

Color convert

RGB 181 66 150 -
CMYK 0 0.64 0.17 0.29
HSL 316.17º 0.47% 0.48% -
HSV(B) 316.17º 0.64% 0.71% -
XYZ 26.51 15.92 30.53 -
YUV 109.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 181 66 150 0 0.64 0.17 0.29 316.17 0.47 0.48
Hex B5 42 96 0 40 11 1D 13C 2F 30
Octal 265 102 226 0 100 21 35 474 57 60
Binary 10110101 1000010 10010110 0 1000000 10001 11101 100111100 101111 110000

Color Harmonies of #B54296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54296

Black with #B54296

Text Example


Text Example

White with #B54296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54296; }

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

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

background-color css

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

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

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

border-color css

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

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

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