Html Css Color HEX #B9256F Medium Red Violet

📋 copy color: '#B9256F'

red 185 ◦ green 37 ◦ blue 111

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

Shades of Medium Red Violet #B9256F

Tints of Medium Red Violet #B9256F

RGB

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

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

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

R = 55.56%
G = 11.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9256F (or 0xB9256F) is known color: Medium Red Violet. HEX triplet: B9, 25 and 6F. RGB value is (185,37,111). Sum of RGB (Red+Green+Blue) = 185+37+111=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9256F is #46DA90. Grayscale: #595959. Windows color (decimal): -4643473 or 7284153. OLE color: 7284153.

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

Color convert

RGB 185 37 111 -
CMYK 0 0.80 0.4 0.27
HSL 330º 0.67% 0.44% -
HSV(B) 330º 0.8% 0.73% -
XYZ 23.54 12.79 16.27 -
YUV 89.69 140.03 195.98 -
System Red Green Blue C M Y K H S L
Decimal 185 37 111 0 0.80 0.4 0.27 330 0.67 0.44
Hex B9 25 6F 0 50 28 1B 14A 43 2C
Octal 271 45 157 0 120 50 33 512 103 54
Binary 10111001 100101 1101111 0 1010000 101000 11011 101001010 1000011 101100

Color Harmonies of #B9256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9256F

Black with #B9256F

Text Example


Text Example

White with #B9256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9256F; }

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

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

background-color css

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

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

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

border-color css

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

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

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