#B8227D

Color #B8227D Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B8227D

Tints of Medium Red Violet #B8227D

Color information

#B8227D (or 0xB8227D) is unknown color: approx Medium Red Violet. HEX triplet: B8, 22 and 7D. RGB value is (184,34,125). Sum of RGB (Red+Green+Blue) = 184+34+125=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8227D is #47DD82. Grayscale: #595959. Windows color (decimal): -4709763 or 8200888. OLE color: 8200888.

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

Color convert

RGB18434125-
CMYK00.820.320.28
HSL323.6º68.81%42.75%-
HSV(B)323.6º81.52%72.16%-
XYZ24.0412.8220.61-
YUV89.22148.2195.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.64%
GREEN value IS 34 (13.67% from 255) = 9.91%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=53.64%
G=9.91%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843412500.820.320.28323.668.8142.75
HexB8227D052201C144452b
Octal270421750122403450410553
Binary10111000100010111110101010010100000111001010001001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8227D; }

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

 H1.HeaderClassName
 {
   color: #B8227D;
 }
 .AnyTagClassName
 {
   color: #B8227D;
 }
</style>
background-color css

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

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

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

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

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

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