Html Css Color HEX #B54194 Medium Red Violet

📋 copy color: '#B54194'

red 181 ◦ green 65 ◦ blue 148

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

Shades of Medium Red Violet #B54194

Tints of Medium Red Violet #B54194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.5%

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

R = 45.94%
G = 16.5%
B = 37.56%

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

#B54194 (or 0xB54194) is known color: Medium Red Violet. HEX triplet: B5, 41 and 94. RGB value is (181,65,148). Sum of RGB (Red+Green+Blue) = 181+65+148=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B54194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54194 is #4ABE6B. Grayscale: #6C6C6C. Windows color (decimal): -4898412 or 9716149. OLE color: 9716149.

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

Color convert

RGB 181 65 148 -
CMYK 0 0.64 0.18 0.29
HSL 317.07º 0.47% 0.48% -
HSV(B) 317.07º 0.64% 0.71% -
XYZ 26.29 15.74 29.67 -
YUV 109.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 181 65 148 0 0.64 0.18 0.29 317.07 0.47 0.48
Hex B5 41 94 0 40 12 1D 13D 2F 30
Octal 265 101 224 0 100 22 35 475 57 60
Binary 10110101 1000001 10010100 0 1000000 10010 11101 100111101 101111 110000

Color Harmonies of #B54194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54194

Black with #B54194

Text Example


Text Example

White with #B54194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54194; }

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

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

background-color css

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

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

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

border-color css

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

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

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