Html Css Color HEX #B9257C Medium Red Violet

📋 copy color: '#B9257C'

red 185 ◦ green 37 ◦ blue 124

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

Shades of Medium Red Violet #B9257C

Tints of Medium Red Violet #B9257C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 53.47%
G = 10.69%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9257C (or 0xB9257C) is known color: Medium Red Violet. HEX triplet: B9, 25 and 7C. RGB value is (185,37,124). Sum of RGB (Red+Green+Blue) = 185+37+124=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9257C is #46DA83. Grayscale: #5A5A5A. Windows color (decimal): -4643460 or 8136121. OLE color: 8136121.

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

Color convert

RGB 185 37 124 -
CMYK 0 0.80 0.33 0.27
HSL 324.73º 0.67% 0.44% -
HSV(B) 324.73º 0.8% 0.73% -
XYZ 24.31 13.09 20.31 -
YUV 91.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 185 37 124 0 0.80 0.33 0.27 324.73 0.67 0.44
Hex B9 25 7C 0 50 21 1B 145 43 2C
Octal 271 45 174 0 120 41 33 505 103 54
Binary 10111001 100101 1111100 0 1010000 100001 11011 101000101 1000011 101100

Color Harmonies of #B9257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9257C

Black with #B9257C

Text Example


Text Example

White with #B9257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9257C; }

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

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

background-color css

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

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

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

border-color css

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

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

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