Html Css Color HEX #B9368E Medium Red Violet

📋 copy color: '#B9368E'

red 185 ◦ green 54 ◦ blue 142

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

Shades of Medium Red Violet #B9368E

Tints of Medium Red Violet #B9368E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.27%

R = 48.56%
G = 14.17%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9368E (or 0xB9368E) is known color: Medium Red Violet. HEX triplet: B9, 36 and 8E. RGB value is (185,54,142). Sum of RGB (Red+Green+Blue) = 185+54+142=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9368E is #46C971. Grayscale: #666666. Windows color (decimal): -4639090 or 9320121. OLE color: 9320121.

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

Color convert

RGB 185 54 142 -
CMYK 0 0.71 0.23 0.27
HSL 319.69º 0.55% 0.47% -
HSV(B) 319.69º 0.71% 0.73% -
XYZ 26.21 14.91 27.09 -
YUV 103.2 149.9 186.34 -
System Red Green Blue C M Y K H S L
Decimal 185 54 142 0 0.71 0.23 0.27 319.69 0.55 0.47
Hex B9 36 8E 0 47 17 1B 140 37 2F
Octal 271 66 216 0 107 27 33 500 67 57
Binary 10111001 110110 10001110 0 1000111 10111 11011 101000000 110111 101111

Color Harmonies of #B9368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9368E

Black with #B9368E

Text Example


Text Example

White with #B9368E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9368E; }

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

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

background-color css

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

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

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

border-color css

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

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

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