Html Css Color HEX #B9359B Medium Red Violet

📋 copy color: '#B9359B'

red 185 ◦ green 53 ◦ blue 155

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

Shades of Medium Red Violet #B9359B

Tints of Medium Red Violet #B9359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 47.07%
G = 13.49%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9359B (or 0xB9359B) is known color: Medium Red Violet. HEX triplet: B9, 35 and 9B. RGB value is (185,53,155). Sum of RGB (Red+Green+Blue) = 185+53+155=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9359B is #46CA64. Grayscale: #676767. Windows color (decimal): -4639333 or 10171833. OLE color: 10171833.

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

Color convert

RGB 185 53 155 -
CMYK 0 0.71 0.16 0.27
HSL 313.64º 0.55% 0.47% -
HSV(B) 313.64º 0.71% 0.73% -
XYZ 27.2 15.23 32.52 -
YUV 104.1 156.73 185.71 -
System Red Green Blue C M Y K H S L
Decimal 185 53 155 0 0.71 0.16 0.27 313.64 0.55 0.47
Hex B9 35 9B 0 47 10 1B 13A 37 2F
Octal 271 65 233 0 107 20 33 472 67 57
Binary 10111001 110101 10011011 0 1000111 10000 11011 100111010 110111 101111

Color Harmonies of #B9359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9359B

Black with #B9359B

Text Example


Text Example

White with #B9359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9359B; }

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

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

background-color css

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

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

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

border-color css

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

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

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