#BB3DD9

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

Shades of Medium Orchid #BB3DD9

Tints of Medium Orchid #BB3DD9

Color information

#BB3DD9 (or 0xBB3DD9) is unknown color: approx Medium Orchid. HEX triplet: BB, 3D and D9. RGB value is (187,61,217). Sum of RGB (Red+Green+Blue) = 187+61+217=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB3DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3DD9 is #44C226. Grayscale: #737373. Windows color (decimal): -4506151 or 14237115. OLE color: 14237115.

HSL color Cylindrical-coordinate representation of color #BB3DD9: hue angle of 288.46º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3DD9 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18761217-
CMYK0.140.7200.15
HSL288.46º67.24%54.51%-
HSV(B)288.46º71.89%85.1%-
XYZ34.6918.9167.47-
YUV116.46184.74178.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 61 (24.22% from 255) = 13.12%
BLUE value IS 217 (85.16% from 255) = 46.67%
R=40.22%
G=13.12%
B=46.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187612170.140.7200.15288.4667.2454.51
HexBB3DD9E480F1204337
Octal273753311611001744010367
Binary101110111111011101100111101001000011111001000001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3DD9; }

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

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

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

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

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

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

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

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