#BB3DA5

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

Shades of Medium Red Violet #BB3DA5

Tints of Medium Red Violet #BB3DA5

Color information

#BB3DA5 (or 0xBB3DA5) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3D and A5. RGB value is (187,61,165). Sum of RGB (Red+Green+Blue) = 187+61+165=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3DA5 is #44C25A. Grayscale: #6E6E6E. Windows color (decimal): -4506203 or 10829243. OLE color: 10829243.

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

Color convert

RGB18761165-
CMYK00.670.120.27
HSL310.48º50.81%48.63%-
HSV(B)310.48º67.38%73.33%-
XYZ28.9516.6237.28-
YUV110.53158.74182.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 61 (24.22% from 255) = 14.77%
BLUE value IS 165 (64.84% from 255) = 39.95%
R=45.28%
G=14.77%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876116500.670.120.27310.4850.8148.63
HexBB3DA5043C1B1363331
Octal27375245010314334666361
Binary101110111111011010010101000011110011011100110110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3DA5; }

 p { color: rgb(187,61,165); }

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

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

 a { background-color: rgb(187,61,165); }

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

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

 span { border-color: rgb(187,61,165); }

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