Html Css Color HEX #B93593 Medium Red Violet

📋 copy color: '#B93593'

red 185 ◦ green 53 ◦ blue 147

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

Shades of Medium Red Violet #B93593

Tints of Medium Red Violet #B93593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 48.05%
G = 13.77%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B93593 (or 0xB93593) is known color: Medium Red Violet. HEX triplet: B9, 35 and 93. RGB value is (185,53,147). Sum of RGB (Red+Green+Blue) = 185+53+147=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B93593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93593 is #46CA6C. Grayscale: #666666. Windows color (decimal): -4639341 or 9647545. OLE color: 9647545.

HSL color Cylindrical-coordinate representation of color #B93593: hue angle of 317.27º 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 #B93593 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 147 -
CMYK 0 0.71 0.21 0.27
HSL 317.27º 0.55% 0.47% -
HSV(B) 317.27º 0.71% 0.73% -
XYZ 26.55 14.97 29.09 -
YUV 103.18 152.73 186.36 -
System Red Green Blue C M Y K H S L
Decimal 185 53 147 0 0.71 0.21 0.27 317.27 0.55 0.47
Hex B9 35 93 0 47 15 1B 13D 37 2F
Octal 271 65 223 0 107 25 33 475 67 57
Binary 10111001 110101 10010011 0 1000111 10101 11011 100111101 110111 101111

Color Harmonies of #B93593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93593

Black with #B93593

Text Example


Text Example

White with #B93593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93593; }

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

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

background-color css

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

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

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

border-color css

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

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

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