Html Css Color HEX #B9249F Medium Red Violet

📋 copy color: '#B9249F'

red 185 ◦ green 36 ◦ blue 159

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

Shades of Medium Red Violet #B9249F

Tints of Medium Red Violet #B9249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.47%

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 48.68%
G = 9.47%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9249F (or 0xB9249F) is known color: Medium Red Violet. HEX triplet: B9, 24 and 9F. RGB value is (185,36,159). Sum of RGB (Red+Green+Blue) = 185+36+159=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9249F is #46DB60. Grayscale: #5E5E5E. Windows color (decimal): -4643681 or 10429625. OLE color: 10429625.

HSL color Cylindrical-coordinate representation of color #B9249F: hue angle of 310.47º degrees, saturation: 0.67, 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 #B9249F is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 36 159 -
CMYK 0 0.81 0.14 0.27
HSL 310.47º 0.67% 0.43% -
HSV(B) 310.47º 0.81% 0.73% -
XYZ 26.9 14.08 34.1 -
YUV 94.57 164.36 192.5 -
System Red Green Blue C M Y K H S L
Decimal 185 36 159 0 0.81 0.14 0.27 310.47 0.67 0.43
Hex B9 24 9F 0 51 E 1B 136 43 2B
Octal 271 44 237 0 121 16 33 466 103 53
Binary 10111001 100100 10011111 0 1010001 1110 11011 100110110 1000011 101011

Color Harmonies of #B9249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9249F

Black with #B9249F

Text Example


Text Example

White with #B9249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9249F; }

 p { color: rgb(185,36,159); }

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

background-color css

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

 a { background-color: rgb(185,36,159); }

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

border-color css

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

 span { border-color: rgb(185,36,159); }

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