Html Css Color HEX #B9359E Medium Red Violet

📋 copy color: '#B9359E'

red 185 ◦ green 53 ◦ blue 158

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

Shades of Medium Red Violet #B9359E

Tints of Medium Red Violet #B9359E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.38%

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

R = 46.72%
G = 13.38%
B = 39.9%

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

#B9359E (or 0xB9359E) is known color: Medium Red Violet. HEX triplet: B9, 35 and 9E. RGB value is (185,53,158). Sum of RGB (Red+Green+Blue) = 185+53+158=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9359E is #46CA61. Grayscale: #686868. Windows color (decimal): -4639330 or 10368441. OLE color: 10368441.

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

Color convert

RGB 185 53 158 -
CMYK 0 0.71 0.15 0.27
HSL 312.27º 0.55% 0.47% -
HSV(B) 312.27º 0.71% 0.73% -
XYZ 27.45 15.33 33.86 -
YUV 104.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 185 53 158 0 0.71 0.15 0.27 312.27 0.55 0.47
Hex B9 35 9E 0 47 F 1B 138 37 2F
Octal 271 65 236 0 107 17 33 470 67 57
Binary 10111001 110101 10011110 0 1000111 1111 11011 100111000 110111 101111

Color Harmonies of #B9359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9359E

Black with #B9359E

Text Example


Text Example

White with #B9359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9359E; }

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

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

background-color css

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

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

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

border-color css

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

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

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