#BB23A0

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

Shades of Medium Red Violet #BB23A0

Tints of Medium Red Violet #BB23A0

Color information

#BB23A0 (or 0xBB23A0) is unknown color: approx Medium Red Violet. HEX triplet: BB, 23 and A0. RGB value is (187,35,160). Sum of RGB (Red+Green+Blue) = 187+35+160=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB23A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB23A0 is #44DC5F. Grayscale: #5E5E5E. Windows color (decimal): -4512864 or 10494907. OLE color: 10494907.

HSL color Cylindrical-coordinate representation of color #BB23A0: hue angle of 310.66º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB23A0 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18735160-
CMYK00.810.140.27
HSL310.66º68.47%43.53%-
HSV(B)310.66º81.28%73.33%-
XYZ27.4414.334.57-
YUV94.7164.86193.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 35 (14.06% from 255) = 9.16%
BLUE value IS 160 (62.89% from 255) = 41.88%
R=48.95%
G=9.16%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873516000.810.140.27310.6668.4743.53
HexBB23A0051E1B137442c
Octal273432400121163346710454
Binary1011101110001110100000010100011110110111001101111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB23A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB23A0; }

 p { color: rgb(187,35,160); }

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

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

 a { background-color: rgb(187,35,160); }

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

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

 span { border-color: rgb(187,35,160); }

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