#B668D8

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

Shades of Medium Orchid #B668D8

Tints of Medium Orchid #B668D8

Color information

#B668D8 (or 0xB668D8) is unknown color: approx Medium Orchid. HEX triplet: B6, 68 and D8. RGB value is (182,104,216). Sum of RGB (Red+Green+Blue) = 182+104+216=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #B668D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668D8 is #499727. Grayscale: #8B8B8B. Windows color (decimal): -4822824 or 14182582. OLE color: 14182582.

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

Color convert

RGB182104216-
CMYK0.160.5200.15
HSL281.79º58.95%62.75%-
HSV(B)281.79º51.85%84.71%-
XYZ36.6424.867.82-
YUV140.09170.84157.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 104 (41.02% from 255) = 20.72%
BLUE value IS 216 (84.77% from 255) = 43.03%
R=36.25%
G=20.72%
B=43.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821042160.160.5200.15281.7958.9562.75
HexB668D810340F11a3b3f
Octal26615033020640174327377
Binary101101101101000110110001000011010001111100011010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668D8; }

 p { color: rgb(182,104,216); }

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

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

 a { background-color: rgb(182,104,216); }

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

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

 span { border-color: rgb(182,104,216); }

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