Html Css Color HEX #B9236E Medium Red Violet

📋 copy color: '#B9236E'

red 185 ◦ green 35 ◦ blue 110

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

Shades of Medium Red Violet #B9236E

Tints of Medium Red Violet #B9236E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 56.06%
G = 10.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9236E (or 0xB9236E) is known color: Medium Red Violet. HEX triplet: B9, 23 and 6E. RGB value is (185,35,110). Sum of RGB (Red+Green+Blue) = 185+35+110=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9236E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9236E is #46DC91. Grayscale: #585858. Windows color (decimal): -4643986 or 7218105. OLE color: 7218105.

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

Color convert

RGB 185 35 110 -
CMYK 0 0.81 0.41 0.27
HSL 330º 0.68% 0.43% -
HSV(B) 330º 0.81% 0.73% -
XYZ 23.42 12.64 15.96 -
YUV 88.4 140.2 196.9 -
System Red Green Blue C M Y K H S L
Decimal 185 35 110 0 0.81 0.41 0.27 330 0.68 0.43
Hex B9 23 6E 0 51 29 1B 14A 44 2B
Octal 271 43 156 0 121 51 33 512 104 53
Binary 10111001 100011 1101110 0 1010001 101001 11011 101001010 1000100 101011

Color Harmonies of #B9236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9236E

Black with #B9236E

Text Example


Text Example

White with #B9236E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9236E; }

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

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

background-color css

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

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

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

border-color css

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

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

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