Html Css Color HEX #B9369E Medium Red Violet

📋 copy color: '#B9369E'

red 185 ◦ green 54 ◦ blue 158

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

Shades of Medium Red Violet #B9369E

Tints of Medium Red Violet #B9369E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.8%

R = 46.6%
G = 13.6%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9369E (or 0xB9369E) is known color: Medium Red Violet. HEX triplet: B9, 36 and 9E. RGB value is (185,54,158). Sum of RGB (Red+Green+Blue) = 185+54+158=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9369E is #46C961. Grayscale: #686868. Windows color (decimal): -4639074 or 10368697. OLE color: 10368697.

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

Color convert

RGB 185 54 158 -
CMYK 0 0.71 0.15 0.27
HSL 312.37º 0.55% 0.47% -
HSV(B) 312.37º 0.71% 0.73% -
XYZ 27.5 15.42 33.88 -
YUV 105.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 185 54 158 0 0.71 0.15 0.27 312.37 0.55 0.47
Hex B9 36 9E 0 47 F 1B 138 37 2F
Octal 271 66 236 0 107 17 33 470 67 57
Binary 10111001 110110 10011110 0 1000111 1111 11011 100111000 110111 101111

Color Harmonies of #B9369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9369E

Black with #B9369E

Text Example


Text Example

White with #B9369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9369E; }

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

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

background-color css

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

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

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

border-color css

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

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

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