#B660D7

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

Shades of Medium Orchid #B660D7

Tints of Medium Orchid #B660D7

Color information

#B660D7 (or 0xB660D7) is unknown color: approx Medium Orchid. HEX triplet: B6, 60 and D7. RGB value is (182,96,215). Sum of RGB (Red+Green+Blue) = 182+96+215=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #B660D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B660D7 is #499F28. Grayscale: #868686. Windows color (decimal): -4824873 or 14114998. OLE color: 14114998.

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

Color convert

RGB18296215-
CMYK0.150.5500.16
HSL283.36º59.8%60.98%-
HSV(B)283.36º55.35%84.31%-
XYZ35.7423.2266.89-
YUV135.28172.99161.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.92%
GREEN value IS 96 (37.89% from 255) = 19.47%
BLUE value IS 215 (84.38% from 255) = 43.61%
R=36.92%
G=19.47%
B=43.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182962150.150.5500.16283.3659.860.98
HexB660D7F3701011b3c3d
Octal26614032717670204337475
Binary101101101100000110101111111110111010000100011011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B660D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B660D7; }

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

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

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

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

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

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

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

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