#BB69D0

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

Shades of Medium Orchid #BB69D0

Tints of Medium Orchid #BB69D0

Color information

#BB69D0 (or 0xBB69D0) is unknown color: approx Medium Orchid. HEX triplet: BB, 69 and D0. RGB value is (187,105,208). Sum of RGB (Red+Green+Blue) = 187+105+208=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB69D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69D0 is #44962F. Grayscale: #8C8C8C. Windows color (decimal): -4494896 or 13658555. OLE color: 13658555.

HSL color Cylindrical-coordinate representation of color #BB69D0: hue angle of 287.77º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB69D0 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187105208-
CMYK0.100.5000.18
HSL287.77º52.28%61.37%-
HSV(B)287.77º49.52%81.57%-
XYZ36.9325.2262.6-
YUV141.26165.67160.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 105 (41.41% from 255) = 21%
BLUE value IS 208 (81.64% from 255) = 41.6%
R=37.4%
G=21%
B=41.6%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871052080.100.5000.18287.7752.2861.37
HexBB69D0A32012120343d
Octal27315132012620224406475
Binary101110111101001110100001010110010010010100100000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB69D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB69D0; }

 p { color: rgb(187,105,208); }

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

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

 a { background-color: rgb(187,105,208); }

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

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

 span { border-color: rgb(187,105,208); }

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