Html Css Color HEX #B9339B Medium Red Violet

📋 copy color: '#B9339B'

red 185 ◦ green 51 ◦ blue 155

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

Shades of Medium Red Violet #B9339B

Tints of Medium Red Violet #B9339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.04%

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

R = 47.31%
G = 13.04%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9339B (or 0xB9339B) is known color: Medium Red Violet. HEX triplet: B9, 33 and 9B. RGB value is (185,51,155). Sum of RGB (Red+Green+Blue) = 185+51+155=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9339B is #46CC64. Grayscale: #666666. Windows color (decimal): -4639845 or 10171321. OLE color: 10171321.

HSL color Cylindrical-coordinate representation of color #B9339B: hue angle of 313.43º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9339B is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 51 155 -
CMYK 0 0.72 0.16 0.27
HSL 313.43º 0.57% 0.46% -
HSV(B) 313.43º 0.72% 0.73% -
XYZ 27.11 15.05 32.49 -
YUV 102.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 185 51 155 0 0.72 0.16 0.27 313.43 0.57 0.46
Hex B9 33 9B 0 48 10 1B 139 39 2E
Octal 271 63 233 0 110 20 33 471 71 56
Binary 10111001 110011 10011011 0 1001000 10000 11011 100111001 111001 101110

Color Harmonies of #B9339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9339B

Black with #B9339B

Text Example


Text Example

White with #B9339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9339B; }

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

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

background-color css

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

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

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

border-color css

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

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

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