Html Css Color HEX #B9339D Medium Red Violet

📋 copy color: '#B9339D'

red 185 ◦ green 51 ◦ blue 157

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

Shades of Medium Red Violet #B9339D

Tints of Medium Red Violet #B9339D

RGB

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

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

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

R = 47.07%
G = 12.98%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9339D (or 0xB9339D) is known color: Medium Red Violet. HEX triplet: B9, 33 and 9D. RGB value is (185,51,157). Sum of RGB (Red+Green+Blue) = 185+51+157=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9339D is #46CC62. Grayscale: #666666. Windows color (decimal): -4639843 or 10302393. OLE color: 10302393.

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

Color convert

RGB 185 51 157 -
CMYK 0 0.72 0.15 0.27
HSL 312.54º 0.57% 0.46% -
HSV(B) 312.54º 0.72% 0.73% -
XYZ 27.28 15.12 33.38 -
YUV 103.15 158.39 186.38 -
System Red Green Blue C M Y K H S L
Decimal 185 51 157 0 0.72 0.15 0.27 312.54 0.57 0.46
Hex B9 33 9D 0 48 F 1B 139 39 2E
Octal 271 63 235 0 110 17 33 471 71 56
Binary 10111001 110011 10011101 0 1001000 1111 11011 100111001 111001 101110

Color Harmonies of #B9339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9339D

Black with #B9339D

Text Example


Text Example

White with #B9339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9339D; }

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

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

background-color css

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

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

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

border-color css

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

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

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