#BB3C8A

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

Shades of Medium Red Violet #BB3C8A

Tints of Medium Red Violet #BB3C8A

Color information

#BB3C8A (or 0xBB3C8A) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3C and 8A. RGB value is (187,60,138). Sum of RGB (Red+Green+Blue) = 187+60+138=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3C8A is #44C375. Grayscale: #6A6A6A. Windows color (decimal): -4506486 or 9059515. OLE color: 9059515.

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

Color convert

RGB18760138-
CMYK00.680.260.27
HSL323.15º51.42%48.43%-
HSV(B)323.15º67.91%73.33%-
XYZ26.715.6325.65-
YUV106.86145.58185.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=48.57%
G=15.58%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876013800.680.260.27323.1551.4248.43
HexBB3C8A0441A1B1433330
Octal27374212010432335036360
Binary1011101111110010001010010001001101011011101000011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3C8A; }

 p { color: rgb(187,60,138); }

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

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

 a { background-color: rgb(187,60,138); }

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

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

 span { border-color: rgb(187,60,138); }

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