#BB6DD5

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

Shades of Medium Orchid #BB6DD5

Tints of Medium Orchid #BB6DD5

Color information

#BB6DD5 (or 0xBB6DD5) is unknown color: approx Medium Orchid. HEX triplet: BB, 6D and D5. RGB value is (187,109,213). Sum of RGB (Red+Green+Blue) = 187+109+213=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB6DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DD5 is #44922A. Grayscale: #8F8F8F. Windows color (decimal): -4493867 or 13987259. OLE color: 13987259.

HSL color Cylindrical-coordinate representation of color #BB6DD5: hue angle of 285º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6DD5 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187109213-
CMYK0.120.4900.16
HSL285º55.32%63.14%-
HSV(B)285º48.83%83.53%-
XYZ37.9726.3166.03-
YUV144.18166.84158.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 109 (42.97% from 255) = 21.41%
BLUE value IS 213 (83.59% from 255) = 41.85%
R=36.74%
G=21.41%
B=41.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871092130.120.4900.1628555.3263.14
HexBB6DD5C3101011d373f
Octal27315532514610204356777
Binary101110111101101110101011100110001010000100011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6DD5; }

 p { color: rgb(187,109,213); }

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

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

 a { background-color: rgb(187,109,213); }

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

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

 span { border-color: rgb(187,109,213); }

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