Html Css Color HEX #B9256C Medium Red Violet

📋 copy color: '#B9256C'

red 185 ◦ green 37 ◦ blue 108

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

Shades of Medium Red Violet #B9256C

Tints of Medium Red Violet #B9256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 56.06%
G = 11.21%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9256C (or 0xB9256C) is known color: Medium Red Violet. HEX triplet: B9, 25 and 6C. RGB value is (185,37,108). Sum of RGB (Red+Green+Blue) = 185+37+108=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9256C is #46DA93. Grayscale: #595959. Windows color (decimal): -4643476 or 7087545. OLE color: 7087545.

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

Color convert

RGB 185 37 108 -
CMYK 0 0.80 0.42 0.27
HSL 331.22º 0.67% 0.44% -
HSV(B) 331.22º 0.8% 0.73% -
XYZ 23.38 12.72 15.41 -
YUV 89.35 138.53 196.23 -
System Red Green Blue C M Y K H S L
Decimal 185 37 108 0 0.80 0.42 0.27 331.22 0.67 0.44
Hex B9 25 6C 0 50 2A 1B 14B 43 2C
Octal 271 45 154 0 120 52 33 513 103 54
Binary 10111001 100101 1101100 0 1010000 101010 11011 101001011 1000011 101100

Color Harmonies of #B9256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9256C

Black with #B9256C

Text Example


Text Example

White with #B9256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9256C; }

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

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

background-color css

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

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

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

border-color css

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

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

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