Html Css Color HEX #B9368C Medium Red Violet

📋 copy color: '#B9368C'

red 185 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #B9368C

Tints of Medium Red Violet #B9368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 48.81%
G = 14.25%
B = 36.94%

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

#B9368C (or 0xB9368C) is known color: Medium Red Violet. HEX triplet: B9, 36 and 8C. RGB value is (185,54,140). Sum of RGB (Red+Green+Blue) = 185+54+140=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9368C is #46C973. Grayscale: #666666. Windows color (decimal): -4639092 or 9189049. OLE color: 9189049.

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

Color convert

RGB 185 54 140 -
CMYK 0 0.71 0.24 0.27
HSL 320.61º 0.55% 0.47% -
HSV(B) 320.61º 0.71% 0.73% -
XYZ 26.06 14.85 26.3 -
YUV 102.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 185 54 140 0 0.71 0.24 0.27 320.61 0.55 0.47
Hex B9 36 8C 0 47 18 1B 141 37 2F
Octal 271 66 214 0 107 30 33 501 67 57
Binary 10111001 110110 10001100 0 1000111 11000 11011 101000001 110111 101111

Color Harmonies of #B9368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9368C

Black with #B9368C

Text Example


Text Example

White with #B9368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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