#BB66DA

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

Shades of Medium Orchid #BB66DA

Tints of Medium Orchid #BB66DA

Color information

#BB66DA (or 0xBB66DA) is unknown color: approx Medium Orchid. HEX triplet: BB, 66 and DA. RGB value is (187,102,218). Sum of RGB (Red+Green+Blue) = 187+102+218=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB66DA is #449925. Grayscale: #8C8C8C. Windows color (decimal): -4495654 or 14313147. OLE color: 14313147.

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

Color convert

RGB187102218-
CMYK0.140.5300.15
HSL283.97º61.05%62.75%-
HSV(B)283.97º53.21%85.49%-
XYZ37.925.1369.18-
YUV140.64171.66161.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 102 (40.23% from 255) = 20.12%
BLUE value IS 218 (85.55% from 255) = 43.00%
R=36.88%
G=20.12%
B=43.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871022180.140.5300.15283.9761.0562.75
HexBB66DAE350F11c3d3f
Octal27314633216650174347577
Binary10111011110011011011010111011010101111100011100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB66DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB66DA; }

 p { color: rgb(187,102,218); }

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

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

 a { background-color: rgb(187,102,218); }

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

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

 span { border-color: rgb(187,102,218); }

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