Html Css Color HEX #B9227D Medium Red Violet

📋 copy color: '#B9227D'

red 185 ◦ green 34 ◦ blue 125

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

Shades of Medium Red Violet #B9227D

Tints of Medium Red Violet #B9227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.88%

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

R = 53.78%
G = 9.88%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9227D (or 0xB9227D) is known color: Medium Red Violet. HEX triplet: B9, 22 and 7D. RGB value is (185,34,125). Sum of RGB (Red+Green+Blue) = 185+34+125=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9227D is #46DD82. Grayscale: #595959. Windows color (decimal): -4644227 or 8200889. OLE color: 8200889.

HSL color Cylindrical-coordinate representation of color #B9227D: hue angle of 323.84º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9227D is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 34 125 -
CMYK 0 0.82 0.32 0.27
HSL 323.84º 0.69% 0.43% -
HSV(B) 323.84º 0.82% 0.73% -
XYZ 24.28 12.94 20.62 -
YUV 89.52 148.03 196.1 -
System Red Green Blue C M Y K H S L
Decimal 185 34 125 0 0.82 0.32 0.27 323.84 0.69 0.43
Hex B9 22 7D 0 52 20 1B 144 45 2B
Octal 271 42 175 0 122 40 33 504 105 53
Binary 10111001 100010 1111101 0 1010010 100000 11011 101000100 1000101 101011

Color Harmonies of #B9227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9227D

Black with #B9227D

Text Example


Text Example

White with #B9227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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