Html Css Color HEX #B93790 Medium Red Violet

📋 copy color: '#B93790'

red 185 ◦ green 55 ◦ blue 144

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

Shades of Medium Red Violet #B93790

Tints of Medium Red Violet #B93790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.32%

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

R = 48.18%
G = 14.32%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B93790 (or 0xB93790) is known color: Medium Red Violet. HEX triplet: B9, 37 and 90. RGB value is (185,55,144). Sum of RGB (Red+Green+Blue) = 185+55+144=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B93790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93790 is #46C86F. Grayscale: #676767. Windows color (decimal): -4638832 or 9451449. OLE color: 9451449.

HSL color Cylindrical-coordinate representation of color #B93790: hue angle of 318.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93790 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 144 -
CMYK 0 0.70 0.22 0.27
HSL 318.92º 0.54% 0.47% -
HSV(B) 318.92º 0.7% 0.73% -
XYZ 26.41 15.06 27.9 -
YUV 104.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 185 55 144 0 0.70 0.22 0.27 318.92 0.54 0.47
Hex B9 37 90 0 46 16 1B 13F 36 2F
Octal 271 67 220 0 106 26 33 477 66 57
Binary 10111001 110111 10010000 0 1000110 10110 11011 100111111 110110 101111

Color Harmonies of #B93790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93790

Black with #B93790

Text Example


Text Example

White with #B93790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93790; }

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

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

background-color css

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

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

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

border-color css

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

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

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