#B662DD

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

Shades of Medium Orchid #B662DD

Tints of Medium Orchid #B662DD

Color information

#B662DD (or 0xB662DD) is unknown color: approx Medium Orchid. HEX triplet: B6, 62 and DD. RGB value is (182,98,221). Sum of RGB (Red+Green+Blue) = 182+98+221=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #B662DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662DD is #499D22. Grayscale: #888888. Windows color (decimal): -4824355 or 14508726. OLE color: 14508726.

HSL color Cylindrical-coordinate representation of color #B662DD: hue angle of 280.98º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B662DD is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18298221-
CMYK0.180.5600.13
HSL280.98º64.4%62.55%-
HSV(B)280.98º55.66%86.67%-
XYZ36.7123.971.09-
YUV137.14175.33160-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 98 (38.67% from 255) = 19.56%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=36.33%
G=19.56%
B=44.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182982210.180.5600.13280.9864.462.55
HexB662DD12380D119403f
Octal266142335227001543110077
Binary1011011011000101101110110010111000011011000110011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B662DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B662DD; }

 p { color: rgb(182,98,221); }

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

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

 a { background-color: rgb(182,98,221); }

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

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

 span { border-color: rgb(182,98,221); }

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