Html Css Color HEX #B9368D Medium Red Violet

📋 copy color: '#B9368D'

red 185 ◦ green 54 ◦ blue 141

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

Shades of Medium Red Violet #B9368D

Tints of Medium Red Violet #B9368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.21%

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

R = 48.68%
G = 14.21%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9368D (or 0xB9368D) is known color: Medium Red Violet. HEX triplet: B9, 36 and 8D. RGB value is (185,54,141). Sum of RGB (Red+Green+Blue) = 185+54+141=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9368D is #46C972. Grayscale: #666666. Windows color (decimal): -4639091 or 9254585. OLE color: 9254585.

HSL color Cylindrical-coordinate representation of color #B9368D: hue angle of 320.15º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9368D is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 54 141 -
CMYK 0 0.71 0.24 0.27
HSL 320.15º 0.55% 0.47% -
HSV(B) 320.15º 0.71% 0.73% -
XYZ 26.13 14.88 26.69 -
YUV 103.09 149.4 186.43 -
System Red Green Blue C M Y K H S L
Decimal 185 54 141 0 0.71 0.24 0.27 320.15 0.55 0.47
Hex B9 36 8D 0 47 18 1B 140 37 2F
Octal 271 66 215 0 107 30 33 500 67 57
Binary 10111001 110110 10001101 0 1000111 11000 11011 101000000 110111 101111

Color Harmonies of #B9368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9368D

Black with #B9368D

Text Example


Text Example

White with #B9368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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