Html Css Color HEX #B53C94 Medium Red Violet

📋 copy color: '#B53C94'

red 181 ◦ green 60 ◦ blue 148

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

Shades of Medium Red Violet #B53C94

Tints of Medium Red Violet #B53C94

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.42%

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

R = 46.53%
G = 15.42%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B53C94 (or 0xB53C94) is known color: Medium Red Violet. HEX triplet: B5, 3C and 94. RGB value is (181,60,148). Sum of RGB (Red+Green+Blue) = 181+60+148=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53C94 is #4AC36B. Grayscale: #696969. Windows color (decimal): -4899692 or 9714869. OLE color: 9714869.

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

Color convert

RGB 181 60 148 -
CMYK 0 0.67 0.18 0.29
HSL 316.36º 0.5% 0.47% -
HSV(B) 316.36º 0.67% 0.71% -
XYZ 26.02 15.19 29.58 -
YUV 106.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 181 60 148 0 0.67 0.18 0.29 316.36 0.5 0.47
Hex B5 3C 94 0 43 12 1D 13C 32 2F
Octal 265 74 224 0 103 22 35 474 62 57
Binary 10110101 111100 10010100 0 1000011 10010 11101 100111100 110010 101111

Color Harmonies of #B53C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C94

Black with #B53C94

Text Example


Text Example

White with #B53C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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