Html Css Color HEX #B9259B Medium Red Violet

📋 copy color: '#B9259B'

red 185 ◦ green 37 ◦ blue 155

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

Shades of Medium Red Violet #B9259B

Tints of Medium Red Violet #B9259B

RGB

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

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

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

R = 49.07%
G = 9.81%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9259B (or 0xB9259B) is known color: Medium Red Violet. HEX triplet: B9, 25 and 9B. RGB value is (185,37,155). Sum of RGB (Red+Green+Blue) = 185+37+155=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9259B is #46DA64. Grayscale: #5E5E5E. Windows color (decimal): -4643429 or 10167737. OLE color: 10167737.

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

Color convert

RGB 185 37 155 -
CMYK 0 0.80 0.16 0.27
HSL 312.16º 0.67% 0.44% -
HSV(B) 312.16º 0.8% 0.73% -
XYZ 26.59 14 32.31 -
YUV 94.7 162.03 192.41 -
System Red Green Blue C M Y K H S L
Decimal 185 37 155 0 0.80 0.16 0.27 312.16 0.67 0.44
Hex B9 25 9B 0 50 10 1B 138 43 2C
Octal 271 45 233 0 120 20 33 470 103 54
Binary 10111001 100101 10011011 0 1010000 10000 11011 100111000 1000011 101100

Color Harmonies of #B9259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9259B

Black with #B9259B

Text Example


Text Example

White with #B9259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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