Html Css Color HEX #B9236F Medium Red Violet

📋 copy color: '#B9236F'

red 185 ◦ green 35 ◦ blue 111

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

Shades of Medium Red Violet #B9236F

Tints of Medium Red Violet #B9236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 55.89%
G = 10.57%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9236F (or 0xB9236F) is known color: Medium Red Violet. HEX triplet: B9, 23 and 6F. RGB value is (185,35,111). Sum of RGB (Red+Green+Blue) = 185+35+111=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9236F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9236F is #46DC90. Grayscale: #585858. Windows color (decimal): -4643985 or 7283641. OLE color: 7283641.

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

Color convert

RGB 185 35 111 -
CMYK 0 0.81 0.4 0.27
HSL 329.6º 0.68% 0.43% -
HSV(B) 329.6º 0.81% 0.73% -
XYZ 23.48 12.66 16.25 -
YUV 88.51 140.7 196.82 -
System Red Green Blue C M Y K H S L
Decimal 185 35 111 0 0.81 0.4 0.27 329.6 0.68 0.43
Hex B9 23 6F 0 51 28 1B 14A 44 2B
Octal 271 43 157 0 121 50 33 512 104 53
Binary 10111001 100011 1101111 0 1010001 101000 11011 101001010 1000100 101011

Color Harmonies of #B9236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9236F

Black with #B9236F

Text Example


Text Example

White with #B9236F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9236F; }

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

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

background-color css

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

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

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

border-color css

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

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

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