#B7228B

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

Shades of Medium Red Violet #B7228B

Tints of Medium Red Violet #B7228B

Color information

#B7228B (or 0xB7228B) is unknown color: approx Medium Red Violet. HEX triplet: B7, 22 and 8B. RGB value is (183,34,139). Sum of RGB (Red+Green+Blue) = 183+34+139=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7228B is #48DD74. Grayscale: #5A5A5A. Windows color (decimal): -4775285 or 9118391. OLE color: 9118391.

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

Color convert

RGB18334139-
CMYK00.810.240.28
HSL317.72º68.66%42.55%-
HSV(B)317.72º81.42%71.76%-
XYZ24.7613.0825.64-
YUV90.52155.36193.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.40%
GREEN value IS 34 (13.67% from 255) = 9.55%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=51.40%
G=9.55%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833413900.810.240.28317.7268.6642.55
HexB7228B051181C13e452b
Octal267422130121303447610553
Binary10110111100010100010110101000111000111001001111101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7228B; }

 p { color: rgb(183,34,139); }

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

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

 a { background-color: rgb(183,34,139); }

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

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

 span { border-color: rgb(183,34,139); }

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