#BB69D7

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

Shades of Medium Orchid #BB69D7

Tints of Medium Orchid #BB69D7

Color information

#BB69D7 (or 0xBB69D7) is unknown color: approx Medium Orchid. HEX triplet: BB, 69 and D7. RGB value is (187,105,215). Sum of RGB (Red+Green+Blue) = 187+105+215=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB69D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69D7 is #449628. Grayscale: #8D8D8D. Windows color (decimal): -4494889 or 14117307. OLE color: 14117307.

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

Color convert

RGB187105215-
CMYK0.130.5100.16
HSL284.73º57.89%62.75%-
HSV(B)284.73º51.16%84.31%-
XYZ37.8125.5767.23-
YUV142.06169.17160.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 105 (41.41% from 255) = 20.71%
BLUE value IS 215 (84.38% from 255) = 42.41%
R=36.88%
G=20.71%
B=42.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871052150.130.5100.16284.7357.8962.75
HexBB69D7D3301011d3a3f
Octal27315132715630204357277
Binary101110111101001110101111101110011010000100011101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB69D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB69D7; }

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

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

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

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

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

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

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

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