Html Css Color HEX #B9279B Medium Red Violet

📋 copy color: '#B9279B'

red 185 ◦ green 39 ◦ blue 155

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

Shades of Medium Red Violet #B9279B

Tints of Medium Red Violet #B9279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.29%

 BLUE value IS 155 (60.94% from 255) = 40.9%

R = 48.81%
G = 10.29%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9279B (or 0xB9279B) is known color: Medium Red Violet. HEX triplet: B9, 27 and 9B. RGB value is (185,39,155). Sum of RGB (Red+Green+Blue) = 185+39+155=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9279B is #46D864. Grayscale: #5F5F5F. Windows color (decimal): -4642917 or 10168249. OLE color: 10168249.

HSL color Cylindrical-coordinate representation of color #B9279B: hue angle of 312.33º degrees, saturation: 0.65, 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 #B9279B is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 39 155 -
CMYK 0 0.79 0.16 0.27
HSL 312.33º 0.65% 0.44% -
HSV(B) 312.33º 0.79% 0.73% -
XYZ 26.65 14.13 32.33 -
YUV 95.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 185 39 155 0 0.79 0.16 0.27 312.33 0.65 0.44
Hex B9 27 9B 0 4F 10 1B 138 41 2C
Octal 271 47 233 0 117 20 33 470 101 54
Binary 10111001 100111 10011011 0 1001111 10000 11011 100111000 1000001 101100

Color Harmonies of #B9279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9279B

Black with #B9279B

Text Example


Text Example

White with #B9279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9279B; }

 p { color: rgb(185,39,155); }

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

background-color css

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

 a { background-color: rgb(185,39,155); }

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

border-color css

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

 span { border-color: rgb(185,39,155); }

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