Html Css Color HEX #B93590 Medium Red Violet

📋 copy color: '#B93590'

red 185 ◦ green 53 ◦ blue 144

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

Shades of Medium Red Violet #B93590

Tints of Medium Red Violet #B93590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 48.43%
G = 13.87%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B93590 (or 0xB93590) is known color: Medium Red Violet. HEX triplet: B9, 35 and 90. RGB value is (185,53,144). Sum of RGB (Red+Green+Blue) = 185+53+144=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B93590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93590 is #46CA6F. Grayscale: #666666. Windows color (decimal): -4639344 or 9450937. OLE color: 9450937.

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

Color convert

RGB 185 53 144 -
CMYK 0 0.71 0.22 0.27
HSL 318.64º 0.55% 0.47% -
HSV(B) 318.64º 0.71% 0.73% -
XYZ 26.31 14.87 27.87 -
YUV 102.84 151.23 186.6 -
System Red Green Blue C M Y K H S L
Decimal 185 53 144 0 0.71 0.22 0.27 318.64 0.55 0.47
Hex B9 35 90 0 47 16 1B 13F 37 2F
Octal 271 65 220 0 107 26 33 477 67 57
Binary 10111001 110101 10010000 0 1000111 10110 11011 100111111 110111 101111

Color Harmonies of #B93590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93590

Black with #B93590

Text Example


Text Example

White with #B93590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93590; }

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

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

background-color css

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

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

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

border-color css

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

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

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