#B7228A

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

Shades of Medium Red Violet #B7228A

Tints of Medium Red Violet #B7228A

Color information

#B7228A (or 0xB7228A) is unknown color: approx Medium Red Violet. HEX triplet: B7, 22 and 8A. RGB value is (183,34,138). Sum of RGB (Red+Green+Blue) = 183+34+138=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B7228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7228A is #48DD75. Grayscale: #5A5A5A. Windows color (decimal): -4775286 or 9052855. OLE color: 9052855.

HSL color Cylindrical-coordinate representation of color #B7228A: hue angle of 318.12º 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 #B7228A is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB18334138-
CMYK00.810.250.28
HSL318.12º68.66%42.55%-
HSV(B)318.12º81.42%71.76%-
XYZ24.6913.0525.26-
YUV90.41154.86194.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.55%
GREEN value IS 34 (13.67% from 255) = 9.58%
BLUE value IS 138 (54.30% from 255) = 38.87%
R=51.55%
G=9.58%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833413800.810.250.28318.1268.6642.55
HexB7228A051191C13e452b
Octal267422120121313447610553
Binary10110111100010100010100101000111001111001001111101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7228A; }

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

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

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

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

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

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

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

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