Html Css Color HEX #B9259A Medium Red Violet

📋 copy color: '#B9259A'

red 185 ◦ green 37 ◦ blue 154

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

Shades of Medium Red Violet #B9259A

Tints of Medium Red Violet #B9259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 49.2%
G = 9.84%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9259A (or 0xB9259A) is known color: Medium Red Violet. HEX triplet: B9, 25 and 9A. RGB value is (185,37,154). Sum of RGB (Red+Green+Blue) = 185+37+154=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9259A is #46DA65. Grayscale: #5E5E5E. Windows color (decimal): -4643430 or 10102201. OLE color: 10102201.

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

Color convert

RGB 185 37 154 -
CMYK 0 0.80 0.17 0.27
HSL 312.57º 0.67% 0.44% -
HSV(B) 312.57º 0.8% 0.73% -
XYZ 26.5 13.97 31.87 -
YUV 94.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 185 37 154 0 0.80 0.17 0.27 312.57 0.67 0.44
Hex B9 25 9A 0 50 11 1B 139 43 2C
Octal 271 45 232 0 120 21 33 471 103 54
Binary 10111001 100101 10011010 0 1010000 10001 11011 100111001 1000011 101100

Color Harmonies of #B9259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9259A

Black with #B9259A

Text Example


Text Example

White with #B9259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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