Html Css Color HEX #B53392 Medium Red Violet

📋 copy color: '#B53392'

red 181 ◦ green 51 ◦ blue 146

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

Shades of Medium Red Violet #B53392

Tints of Medium Red Violet #B53392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.49%

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 47.88%
G = 13.49%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B53392 (or 0xB53392) is known color: Medium Red Violet. HEX triplet: B5, 33 and 92. RGB value is (181,51,146). Sum of RGB (Red+Green+Blue) = 181+51+146=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B53392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53392 is #4ACC6D. Grayscale: #646464. Windows color (decimal): -4901998 or 9581493. OLE color: 9581493.

HSL color Cylindrical-coordinate representation of color #B53392: hue angle of 316.15º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53392 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 51 146 -
CMYK 0 0.72 0.19 0.29
HSL 316.15º 0.56% 0.45% -
HSV(B) 316.15º 0.72% 0.71% -
XYZ 25.43 14.27 28.61 -
YUV 100.7 153.57 185.28 -
System Red Green Blue C M Y K H S L
Decimal 181 51 146 0 0.72 0.19 0.29 316.15 0.56 0.45
Hex B5 33 92 0 48 13 1D 13C 38 2D
Octal 265 63 222 0 110 23 35 474 70 55
Binary 10110101 110011 10010010 0 1001000 10011 11101 100111100 111000 101101

Color Harmonies of #B53392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53392

Black with #B53392

Text Example


Text Example

White with #B53392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53392; }

 p { color: rgb(181,51,146); }

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

background-color css

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

 a { background-color: rgb(181,51,146); }

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

border-color css

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

 span { border-color: rgb(181,51,146); }

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