Html Css Color HEX #B9388D Medium Red Violet

📋 copy color: '#B9388D'

red 185 ◦ green 56 ◦ blue 141

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

Shades of Medium Red Violet #B9388D

Tints of Medium Red Violet #B9388D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 48.43%
G = 14.66%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9388D (or 0xB9388D) is known color: Medium Red Violet. HEX triplet: B9, 38 and 8D. RGB value is (185,56,141). Sum of RGB (Red+Green+Blue) = 185+56+141=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9388D is #46C772. Grayscale: #686868. Windows color (decimal): -4638579 or 9255097. OLE color: 9255097.

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

Color convert

RGB 185 56 141 -
CMYK 0 0.70 0.24 0.27
HSL 320.47º 0.54% 0.47% -
HSV(B) 320.47º 0.7% 0.73% -
XYZ 26.23 15.07 26.72 -
YUV 104.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 185 56 141 0 0.70 0.24 0.27 320.47 0.54 0.47
Hex B9 38 8D 0 46 18 1B 140 36 2F
Octal 271 70 215 0 106 30 33 500 66 57
Binary 10111001 111000 10001101 0 1000110 11000 11011 101000000 110110 101111

Color Harmonies of #B9388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9388D

Black with #B9388D

Text Example


Text Example

White with #B9388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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