Html Css Color HEX #B93189 Medium Red Violet

📋 copy color: '#B93189'

red 185 ◦ green 49 ◦ blue 137

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

Shades of Medium Red Violet #B93189

Tints of Medium Red Violet #B93189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.93%

R = 49.87%
G = 13.21%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B93189 (or 0xB93189) is known color: Medium Red Violet. HEX triplet: B9, 31 and 89. RGB value is (185,49,137). Sum of RGB (Red+Green+Blue) = 185+49+137=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B93189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93189 is #46CE76. Grayscale: #636363. Windows color (decimal): -4640375 or 8991161. OLE color: 8991161.

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

Color convert

RGB 185 49 137 -
CMYK 0 0.74 0.26 0.27
HSL 321.18º 0.58% 0.46% -
HSV(B) 321.18º 0.74% 0.73% -
XYZ 25.62 14.32 25.08 -
YUV 99.7 149.06 188.84 -
System Red Green Blue C M Y K H S L
Decimal 185 49 137 0 0.74 0.26 0.27 321.18 0.58 0.46
Hex B9 31 89 0 4A 1A 1B 141 3A 2E
Octal 271 61 211 0 112 32 33 501 72 56
Binary 10111001 110001 10001001 0 1001010 11010 11011 101000001 111010 101110

Color Harmonies of #B93189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93189

Black with #B93189

Text Example


Text Example

White with #B93189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93189; }

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

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

background-color css

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

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

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

border-color css

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

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

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