Html Css Color HEX #B9368F Medium Red Violet

📋 copy color: '#B9368F'

red 185 ◦ green 54 ◦ blue 143

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

Shades of Medium Red Violet #B9368F

Tints of Medium Red Violet #B9368F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.43%

R = 48.43%
G = 14.14%
B = 37.43%

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

#B9368F (or 0xB9368F) is known color: Medium Red Violet. HEX triplet: B9, 36 and 8F. RGB value is (185,54,143). Sum of RGB (Red+Green+Blue) = 185+54+143=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9368F is #46C970. Grayscale: #676767. Windows color (decimal): -4639089 or 9385657. OLE color: 9385657.

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

Color convert

RGB 185 54 143 -
CMYK 0 0.71 0.23 0.27
HSL 319.24º 0.55% 0.47% -
HSV(B) 319.24º 0.71% 0.73% -
XYZ 26.28 14.94 27.48 -
YUV 103.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 185 54 143 0 0.71 0.23 0.27 319.24 0.55 0.47
Hex B9 36 8F 0 47 17 1B 13F 37 2F
Octal 271 66 217 0 107 27 33 477 67 57
Binary 10111001 110110 10001111 0 1000111 10111 11011 100111111 110111 101111

Color Harmonies of #B9368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9368F

Black with #B9368F

Text Example


Text Example

White with #B9368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9368F; }

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

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

background-color css

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

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

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

border-color css

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

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

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