#BB3CA4

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

Shades of Medium Red Violet #BB3CA4

Tints of Medium Red Violet #BB3CA4

Color information

#BB3CA4 (or 0xBB3CA4) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3C and A4. RGB value is (187,60,164). Sum of RGB (Red+Green+Blue) = 187+60+164=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3CA4 is #44C35B. Grayscale: #6D6D6D. Windows color (decimal): -4506460 or 10763451. OLE color: 10763451.

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

Color convert

RGB18760164-
CMYK00.680.120.27
HSL310.87º51.42%48.43%-
HSV(B)310.87º67.91%73.33%-
XYZ28.8116.4836.78-
YUV109.83158.58183.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 60 (23.83% from 255) = 14.60%
BLUE value IS 164 (64.45% from 255) = 39.90%
R=45.50%
G=14.60%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876016400.680.120.27310.8751.4248.43
HexBB3CA4044C1B1373330
Octal27374244010414334676360
Binary101110111111001010010001000100110011011100110111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3CA4; }

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

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

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

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

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

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

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

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