Html Css Color HEX #B9257D Medium Red Violet

📋 copy color: '#B9257D'

red 185 ◦ green 37 ◦ blue 125

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

Shades of Medium Red Violet #B9257D

Tints of Medium Red Violet #B9257D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 53.31%
G = 10.66%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9257D (or 0xB9257D) is known color: Medium Red Violet. HEX triplet: B9, 25 and 7D. RGB value is (185,37,125). Sum of RGB (Red+Green+Blue) = 185+37+125=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9257D is #46DA82. Grayscale: #5B5B5B. Windows color (decimal): -4643459 or 8201657. OLE color: 8201657.

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

Color convert

RGB 185 37 125 -
CMYK 0 0.80 0.32 0.27
HSL 324.32º 0.67% 0.44% -
HSV(B) 324.32º 0.8% 0.73% -
XYZ 24.37 13.12 20.65 -
YUV 91.28 147.03 194.84 -
System Red Green Blue C M Y K H S L
Decimal 185 37 125 0 0.80 0.32 0.27 324.32 0.67 0.44
Hex B9 25 7D 0 50 20 1B 144 43 2C
Octal 271 45 175 0 120 40 33 504 103 54
Binary 10111001 100101 1111101 0 1010000 100000 11011 101000100 1000011 101100

Color Harmonies of #B9257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9257D

Black with #B9257D

Text Example


Text Example

White with #B9257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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