Html Css Color HEX #B54294 Medium Red Violet

📋 copy color: '#B54294'

red 181 ◦ green 66 ◦ blue 148

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

Shades of Medium Red Violet #B54294

Tints of Medium Red Violet #B54294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.47%

R = 45.82%
G = 16.71%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B54294 (or 0xB54294) is known color: Medium Red Violet. HEX triplet: B5, 42 and 94. RGB value is (181,66,148). Sum of RGB (Red+Green+Blue) = 181+66+148=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B54294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54294 is #4ABD6B. Grayscale: #6D6D6D. Windows color (decimal): -4898156 or 9716405. OLE color: 9716405.

HSL color Cylindrical-coordinate representation of color #B54294: hue angle of 317.22º 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 #B54294 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 66 148 -
CMYK 0 0.64 0.18 0.29
HSL 317.22º 0.47% 0.48% -
HSV(B) 317.22º 0.64% 0.71% -
XYZ 26.35 15.86 29.69 -
YUV 109.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 181 66 148 0 0.64 0.18 0.29 317.22 0.47 0.48
Hex B5 42 94 0 40 12 1D 13D 2F 30
Octal 265 102 224 0 100 22 35 475 57 60
Binary 10110101 1000010 10010100 0 1000000 10010 11101 100111101 101111 110000

Color Harmonies of #B54294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54294

Black with #B54294

Text Example


Text Example

White with #B54294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54294; }

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

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

background-color css

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

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

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

border-color css

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

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

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