Html Css Color HEX #B9256E Medium Red Violet

📋 copy color: '#B9256E'

red 185 ◦ green 37 ◦ blue 110

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

Shades of Medium Red Violet #B9256E

Tints of Medium Red Violet #B9256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.14%

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

R = 55.72%
G = 11.14%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9256E (or 0xB9256E) is known color: Medium Red Violet. HEX triplet: B9, 25 and 6E. RGB value is (185,37,110). Sum of RGB (Red+Green+Blue) = 185+37+110=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9256E is #46DA91. Grayscale: #595959. Windows color (decimal): -4643474 or 7218617. OLE color: 7218617.

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

Color convert

RGB 185 37 110 -
CMYK 0 0.80 0.41 0.27
HSL 330.41º 0.67% 0.44% -
HSV(B) 330.41º 0.8% 0.73% -
XYZ 23.48 12.76 15.98 -
YUV 89.57 139.53 196.06 -
System Red Green Blue C M Y K H S L
Decimal 185 37 110 0 0.80 0.41 0.27 330.41 0.67 0.44
Hex B9 25 6E 0 50 29 1B 14A 43 2C
Octal 271 45 156 0 120 51 33 512 103 54
Binary 10111001 100101 1101110 0 1010000 101001 11011 101001010 1000011 101100

Color Harmonies of #B9256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9256E

Black with #B9256E

Text Example


Text Example

White with #B9256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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