Html Css Color HEX #B9389A Medium Red Violet

📋 copy color: '#B9389A'

red 185 ◦ green 56 ◦ blue 154

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

Shades of Medium Red Violet #B9389A

Tints of Medium Red Violet #B9389A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.18%

 BLUE value IS 154 (60.55% from 255) = 38.99%

R = 46.84%
G = 14.18%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9389A (or 0xB9389A) is known color: Medium Red Violet. HEX triplet: B9, 38 and 9A. RGB value is (185,56,154). Sum of RGB (Red+Green+Blue) = 185+56+154=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9389A is #46C765. Grayscale: #696969. Windows color (decimal): -4638566 or 10107065. OLE color: 10107065.

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

Color convert

RGB 185 56 154 -
CMYK 0 0.70 0.17 0.27
HSL 314.42º 0.54% 0.47% -
HSV(B) 314.42º 0.7% 0.73% -
XYZ 27.25 15.48 32.12 -
YUV 105.74 155.24 184.53 -
System Red Green Blue C M Y K H S L
Decimal 185 56 154 0 0.70 0.17 0.27 314.42 0.54 0.47
Hex B9 38 9A 0 46 11 1B 13A 36 2F
Octal 271 70 232 0 106 21 33 472 66 57
Binary 10111001 111000 10011010 0 1000110 10001 11011 100111010 110110 101111

Color Harmonies of #B9389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9389A

Black with #B9389A

Text Example


Text Example

White with #B9389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9389A; }

 p { color: rgb(185,56,154); }

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

background-color css

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

 a { background-color: rgb(185,56,154); }

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

border-color css

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

 span { border-color: rgb(185,56,154); }

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