Html Css Color HEX #B9359D Medium Red Violet

📋 copy color: '#B9359D'

red 185 ◦ green 53 ◦ blue 157

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

Shades of Medium Red Violet #B9359D

Tints of Medium Red Violet #B9359D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 46.84%
G = 13.42%
B = 39.75%

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

#B9359D (or 0xB9359D) is known color: Medium Red Violet. HEX triplet: B9, 35 and 9D. RGB value is (185,53,157). Sum of RGB (Red+Green+Blue) = 185+53+157=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9359D is #46CA62. Grayscale: #686868. Windows color (decimal): -4639331 or 10302905. OLE color: 10302905.

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

Color convert

RGB 185 53 157 -
CMYK 0 0.71 0.15 0.27
HSL 312.73º 0.55% 0.47% -
HSV(B) 312.73º 0.71% 0.73% -
XYZ 27.37 15.29 33.41 -
YUV 104.32 157.73 185.54 -
System Red Green Blue C M Y K H S L
Decimal 185 53 157 0 0.71 0.15 0.27 312.73 0.55 0.47
Hex B9 35 9D 0 47 F 1B 139 37 2F
Octal 271 65 235 0 107 17 33 471 67 57
Binary 10111001 110101 10011101 0 1000111 1111 11011 100111001 110111 101111

Color Harmonies of #B9359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9359D

Black with #B9359D

Text Example


Text Example

White with #B9359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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