Html Css Color HEX #B53E94 Medium Red Violet

📋 copy color: '#B53E94'

red 181 ◦ green 62 ◦ blue 148

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

Shades of Medium Red Violet #B53E94

Tints of Medium Red Violet #B53E94

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.86%

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

R = 46.29%
G = 15.86%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B53E94 (or 0xB53E94) is known color: Medium Red Violet. HEX triplet: B5, 3E and 94. RGB value is (181,62,148). Sum of RGB (Red+Green+Blue) = 181+62+148=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53E94 is #4AC16B. Grayscale: #6B6B6B. Windows color (decimal): -4899180 or 9715381. OLE color: 9715381.

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

Color convert

RGB 181 62 148 -
CMYK 0 0.66 0.18 0.29
HSL 316.64º 0.49% 0.48% -
HSV(B) 316.64º 0.66% 0.71% -
XYZ 26.12 15.41 29.61 -
YUV 107.39 150.92 180.51 -
System Red Green Blue C M Y K H S L
Decimal 181 62 148 0 0.66 0.18 0.29 316.64 0.49 0.48
Hex B5 3E 94 0 42 12 1D 13D 31 30
Octal 265 76 224 0 102 22 35 475 61 60
Binary 10110101 111110 10010100 0 1000010 10010 11101 100111101 110001 110000

Color Harmonies of #B53E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E94

Black with #B53E94

Text Example


Text Example

White with #B53E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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