Html Css Color HEX #B93573 Medium Red Violet

📋 copy color: '#B93573'

red 185 ◦ green 53 ◦ blue 115

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

Shades of Medium Red Violet #B93573

Tints of Medium Red Violet #B93573

RGB

 RED value IS 185 (72.66% from 255) = 52.41%

 GREEN value IS 53 (21.09% from 255) = 15.01%

 BLUE value IS 115 (45.31% from 255) = 32.58%

R = 52.41%
G = 15.01%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B93573 (or 0xB93573) is known color: Medium Red Violet. HEX triplet: B9, 35 and 73. RGB value is (185,53,115). Sum of RGB (Red+Green+Blue) = 185+53+115=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B93573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93573 is #46CA8C. Grayscale: #636363. Windows color (decimal): -4639373 or 7550393. OLE color: 7550393.

HSL color Cylindrical-coordinate representation of color #B93573: hue angle of 331.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93573 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 115 -
CMYK 0 0.71 0.38 0.27
HSL 331.82º 0.55% 0.47% -
HSV(B) 331.82º 0.71% 0.73% -
XYZ 24.38 14.1 17.66 -
YUV 99.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 185 53 115 0 0.71 0.38 0.27 331.82 0.55 0.47
Hex B9 35 73 0 47 26 1B 14C 37 2F
Octal 271 65 163 0 107 46 33 514 67 57
Binary 10111001 110101 1110011 0 1000111 100110 11011 101001100 110111 101111

Color Harmonies of #B93573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93573

Black with #B93573

Text Example


Text Example

White with #B93573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93573; }

 p { color: rgb(185,53,115); }

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

background-color css

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

 a { background-color: rgb(185,53,115); }

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

border-color css

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

 span { border-color: rgb(185,53,115); }

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