#BB228D

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

Shades of Medium Violet Red #BB228D

Tints of Medium Violet Red #BB228D

Color information

#BB228D (or 0xBB228D) is unknown color: approx Medium Violet Red. HEX triplet: BB, 22 and 8D. RGB value is (187,34,141). Sum of RGB (Red+Green+Blue) = 187+34+141=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB228D is #44DD72. Grayscale: #5B5B5B. Windows color (decimal): -4513139 or 9249467. OLE color: 9249467.

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

Color convert

RGB18734141-
CMYK00.820.250.27
HSL318.04º69.23%43.33%-
HSV(B)318.04º81.82%73.33%-
XYZ25.8713.6326.47-
YUV91.94155.69195.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 34 (13.67% from 255) = 9.39%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=51.66%
G=9.39%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873414100.820.250.27318.0469.2343.33
HexBB228D052191B13e452b
Octal273422150122313347610553
Binary10111011100010100011010101001011001110111001111101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB228D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB228D; }

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

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

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

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

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

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

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

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