#B661DB

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

Shades of Medium Orchid #B661DB

Tints of Medium Orchid #B661DB

Color information

#B661DB (or 0xB661DB) is unknown color: approx Medium Orchid. HEX triplet: B6, 61 and DB. RGB value is (182,97,219). Sum of RGB (Red+Green+Blue) = 182+97+219=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #B661DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B661DB is #499E24. Grayscale: #878787. Windows color (decimal): -4824613 or 14377398. OLE color: 14377398.

HSL color Cylindrical-coordinate representation of color #B661DB: hue angle of 281.8º degrees, saturation: 0.63, 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 #B661DB is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18297219-
CMYK0.170.5600.14
HSL281.8º62.89%61.96%-
HSV(B)281.8º55.71%85.88%-
XYZ36.3523.6169.66-
YUV136.32174.66160.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 97 (38.28% from 255) = 19.48%
BLUE value IS 219 (85.94% from 255) = 43.98%
R=36.55%
G=19.48%
B=43.98%

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
Decimal182972190.170.5600.14281.862.8961.96
HexB661DB11380E11a3f3e
Octal26614133321700164327776
Binary101101101100001110110111000111100001110100011010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B661DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B661DB; }

 p { color: rgb(182,97,219); }

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

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

 a { background-color: rgb(182,97,219); }

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

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

 span { border-color: rgb(182,97,219); }

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