#b660dc

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

Shades of Medium Orchid #B660DC

Tints of Medium Orchid #B660DC

Color information

#B660DC (or 0xB660DC) is unknown color: approx Medium Orchid. HEX triplet: B6, 60 and DC. RGB value is (182,96,220). Sum of RGB (Red+Green+Blue) = 182+96+220=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #B660DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B660DC is #499F23. Grayscale: #878787. Windows color (decimal): -4824868 or 14442678. OLE color: 14442678.

HSL color Cylindrical-coordinate representation of color #B660DC: hue angle of 281.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B660DC is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18296220-
CMYK0.170.5600.14
HSL281.61º63.92%61.96%-
HSV(B)281.61º56.36%86.27%-
XYZ36.3923.4870.32-
YUV135.85175.49160.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 96 (37.89% from 255) = 19.28%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=36.55%
G=19.28%
B=44.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182962200.170.5600.14281.6163.9261.96
HexB660DC11380E11a403e
Octal266140334217001643210076
Binary1011011011000001101110010001111000011101000110101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b660dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b660dc; }

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

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

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

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

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

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

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

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