Html Css Color HEX #B9266E Medium Red Violet

📋 copy color: '#B9266E'

red 185 ◦ green 38 ◦ blue 110

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

Shades of Medium Red Violet #B9266E

Tints of Medium Red Violet #B9266E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.41%

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

R = 55.56%
G = 11.41%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9266E (or 0xB9266E) is known color: Medium Red Violet. HEX triplet: B9, 26 and 6E. RGB value is (185,38,110). Sum of RGB (Red+Green+Blue) = 185+38+110=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9266E is #46D991. Grayscale: #5A5A5A. Windows color (decimal): -4643218 or 7218873. OLE color: 7218873.

HSL color Cylindrical-coordinate representation of color #B9266E: hue angle of 330.61º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9266E is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 38 110 -
CMYK 0 0.79 0.41 0.27
HSL 330.61º 0.66% 0.44% -
HSV(B) 330.61º 0.79% 0.73% -
XYZ 23.52 12.83 15.99 -
YUV 90.16 139.2 195.65 -
System Red Green Blue C M Y K H S L
Decimal 185 38 110 0 0.79 0.41 0.27 330.61 0.66 0.44
Hex B9 26 6E 0 4F 29 1B 14B 42 2C
Octal 271 46 156 0 117 51 33 513 102 54
Binary 10111001 100110 1101110 0 1001111 101001 11011 101001011 1000010 101100

Color Harmonies of #B9266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9266E

Black with #B9266E

Text Example


Text Example

White with #B9266E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9266E; }

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

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

background-color css

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

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

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

border-color css

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

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

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