Html Css Color HEX #B9237F Medium Red Violet

📋 copy color: '#B9237F'

red 185 ◦ green 35 ◦ blue 127

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

Shades of Medium Red Violet #B9237F

Tints of Medium Red Violet #B9237F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.6%

R = 53.31%
G = 10.09%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9237F (or 0xB9237F) is known color: Medium Red Violet. HEX triplet: B9, 23 and 7F. RGB value is (185,35,127). Sum of RGB (Red+Green+Blue) = 185+35+127=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9237F is #46DC80. Grayscale: #5A5A5A. Windows color (decimal): -4643969 or 8332217. OLE color: 8332217.

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

Color convert

RGB 185 35 127 -
CMYK 0 0.81 0.31 0.27
HSL 323.2º 0.68% 0.43% -
HSV(B) 323.2º 0.81% 0.73% -
XYZ 24.44 13.05 21.31 -
YUV 90.34 148.7 195.52 -
System Red Green Blue C M Y K H S L
Decimal 185 35 127 0 0.81 0.31 0.27 323.2 0.68 0.43
Hex B9 23 7F 0 51 1F 1B 143 44 2B
Octal 271 43 177 0 121 37 33 503 104 53
Binary 10111001 100011 1111111 0 1010001 11111 11011 101000011 1000100 101011

Color Harmonies of #B9237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9237F

Black with #B9237F

Text Example


Text Example

White with #B9237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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