Html Css Color HEX #B9239B Medium Red Violet

📋 copy color: '#B9239B'

red 185 ◦ green 35 ◦ blue 155

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

Shades of Medium Red Violet #B9239B

Tints of Medium Red Violet #B9239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.33%

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

R = 49.33%
G = 9.33%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9239B (or 0xB9239B) is known color: Medium Red Violet. HEX triplet: B9, 23 and 9B. RGB value is (185,35,155). Sum of RGB (Red+Green+Blue) = 185+35+155=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9239B is #46DC64. Grayscale: #5D5D5D. Windows color (decimal): -4643941 or 10167225. OLE color: 10167225.

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

Color convert

RGB 185 35 155 -
CMYK 0 0.81 0.16 0.27
HSL 312º 0.68% 0.43% -
HSV(B) 312º 0.81% 0.73% -
XYZ 26.53 13.88 32.29 -
YUV 93.53 162.7 193.24 -
System Red Green Blue C M Y K H S L
Decimal 185 35 155 0 0.81 0.16 0.27 312 0.68 0.43
Hex B9 23 9B 0 51 10 1B 138 44 2B
Octal 271 43 233 0 121 20 33 470 104 53
Binary 10111001 100011 10011011 0 1010001 10000 11011 100111000 1000100 101011

Color Harmonies of #B9239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9239B

Black with #B9239B

Text Example


Text Example

White with #B9239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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