#BB227B

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

Shades of Medium Red Violet #BB227B

Tints of Medium Red Violet #BB227B

Color information

#BB227B (or 0xBB227B) is unknown color: approx Medium Red Violet. HEX triplet: BB, 22 and 7B. RGB value is (187,34,123). Sum of RGB (Red+Green+Blue) = 187+34+123=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB227B is #44DD84. Grayscale: #595959. Windows color (decimal): -4513157 or 8069819. OLE color: 8069819.

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

Color convert

RGB18734123-
CMYK00.820.340.27
HSL325.1º69.23%43.33%-
HSV(B)325.1º81.82%73.33%-
XYZ24.6413.1419.98-
YUV89.89146.69197.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 34 (13.67% from 255) = 9.88%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=54.36%
G=9.88%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873412300.820.340.27325.169.2343.33
HexBB227B052221B145452b
Octal273421730122423350510553
Binary10111011100010111101101010010100010110111010001011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB227B; }

 p { color: rgb(187,34,123); }

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

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

 a { background-color: rgb(187,34,123); }

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

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

 span { border-color: rgb(187,34,123); }

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