Html Css Color HEX #B9237E Medium Red Violet

📋 copy color: '#B9237E'

red 185 ◦ green 35 ◦ blue 126

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

Shades of Medium Red Violet #B9237E

Tints of Medium Red Violet #B9237E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 53.47%
G = 10.12%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9237E (or 0xB9237E) is known color: Medium Red Violet. HEX triplet: B9, 23 and 7E. RGB value is (185,35,126). Sum of RGB (Red+Green+Blue) = 185+35+126=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9237E is #46DC81. Grayscale: #5A5A5A. Windows color (decimal): -4643970 or 8266681. OLE color: 8266681.

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

Color convert

RGB 185 35 126 -
CMYK 0 0.81 0.32 0.27
HSL 323.6º 0.68% 0.43% -
HSV(B) 323.6º 0.81% 0.73% -
XYZ 24.37 13.02 20.97 -
YUV 90.22 148.2 195.6 -
System Red Green Blue C M Y K H S L
Decimal 185 35 126 0 0.81 0.32 0.27 323.6 0.68 0.43
Hex B9 23 7E 0 51 20 1B 144 44 2B
Octal 271 43 176 0 121 40 33 504 104 53
Binary 10111001 100011 1111110 0 1010001 100000 11011 101000100 1000100 101011

Color Harmonies of #B9237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9237E

Black with #B9237E

Text Example


Text Example

White with #B9237E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9237E; }

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

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

background-color css

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

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

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

border-color css

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

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

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