Html Css Color HEX #B93190 Medium Red Violet

📋 copy color: '#B93190'

red 185 ◦ green 49 ◦ blue 144

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

Shades of Medium Red Violet #B93190

Tints of Medium Red Violet #B93190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.96%

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

R = 48.94%
G = 12.96%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B93190 (or 0xB93190) is known color: Medium Red Violet. HEX triplet: B9, 31 and 90. RGB value is (185,49,144). Sum of RGB (Red+Green+Blue) = 185+49+144=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B93190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93190 is #46CE6F. Grayscale: #646464. Windows color (decimal): -4640368 or 9449913. OLE color: 9449913.

HSL color Cylindrical-coordinate representation of color #B93190: hue angle of 318.09º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93190 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 49 144 -
CMYK 0 0.74 0.22 0.27
HSL 318.09º 0.58% 0.46% -
HSV(B) 318.09º 0.74% 0.73% -
XYZ 26.14 14.52 27.81 -
YUV 100.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 185 49 144 0 0.74 0.22 0.27 318.09 0.58 0.46
Hex B9 31 90 0 4A 16 1B 13E 3A 2E
Octal 271 61 220 0 112 26 33 476 72 56
Binary 10111001 110001 10010000 0 1001010 10110 11011 100111110 111010 101110

Color Harmonies of #B93190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93190

Black with #B93190

Text Example


Text Example

White with #B93190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93190; }

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

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

background-color css

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

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

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

border-color css

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

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

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