#B663D9

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

Shades of Medium Orchid #B663D9

Tints of Medium Orchid #B663D9

Color information

#B663D9 (or 0xB663D9) is unknown color: approx Medium Orchid. HEX triplet: B6, 63 and D9. RGB value is (182,99,217). Sum of RGB (Red+Green+Blue) = 182+99+217=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #B663D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B663D9 is #499C26. Grayscale: #888888. Windows color (decimal): -4824103 or 14246838. OLE color: 14246838.

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

Color convert

RGB18299217-
CMYK0.160.5400.15
HSL282.2º60.82%61.96%-
HSV(B)282.2º54.38%85.1%-
XYZ36.2823.8868.34-
YUV137.27173159.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 99 (39.06% from 255) = 19.88%
BLUE value IS 217 (85.16% from 255) = 43.57%
R=36.55%
G=19.88%
B=43.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182992170.160.5400.15282.260.8261.96
HexB663D910360F11a3d3e
Octal26614333120660174327576
Binary101101101100011110110011000011011001111100011010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B663D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B663D9; }

 p { color: rgb(182,99,217); }

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

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

 a { background-color: rgb(182,99,217); }

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

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

 span { border-color: rgb(182,99,217); }

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