#B66DD7

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

Shades of Medium Orchid #B66DD7

Tints of Medium Orchid #B66DD7

Color information

#B66DD7 (or 0xB66DD7) is unknown color: approx Medium Orchid. HEX triplet: B6, 6D and D7. RGB value is (182,109,215). Sum of RGB (Red+Green+Blue) = 182+109+215=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #B66DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DD7 is #499228. Grayscale: #8E8E8E. Windows color (decimal): -4821545 or 14118326. OLE color: 14118326.

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

Color convert

RGB182109215-
CMYK0.150.4900.16
HSL281.32º56.99%63.53%-
HSV(B)281.32º49.3%84.31%-
XYZ37.0325.7967.32-
YUV142.91168.68155.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 109 (42.97% from 255) = 21.54%
BLUE value IS 215 (84.38% from 255) = 42.49%
R=35.97%
G=21.54%
B=42.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821092150.150.4900.16281.3256.9963.53
HexB66DD7F310101193940
Octal266155327176102043171100
Binary1011011011011011101011111111100010100001000110011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66DD7; }

 p { color: rgb(182,109,215); }

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

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

 a { background-color: rgb(182,109,215); }

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

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

 span { border-color: rgb(182,109,215); }

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