#B662CD

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

Shades of Medium Orchid #B662CD

Tints of Medium Orchid #B662CD

Color information

#B662CD (or 0xB662CD) is unknown color: approx Medium Orchid. HEX triplet: B6, 62 and CD. RGB value is (182,98,205). Sum of RGB (Red+Green+Blue) = 182+98+205=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #B662CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662CD is #499D32. Grayscale: #868686. Windows color (decimal): -4824371 or 13460150. OLE color: 13460150.

HSL color Cylindrical-coordinate representation of color #B662CD: hue angle of 287.1º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B662CD is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18298205-
CMYK0.110.5200.20
HSL287.1º51.69%59.41%-
HSV(B)287.1º52.2%80.39%-
XYZ34.6823.0960.39-
YUV135.31167.33161.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 98 (38.67% from 255) = 20.21%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=37.53%
G=20.21%
B=42.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182982050.110.5200.20287.151.6959.41
HexB662CDB3401411f343b
Octal26614231513640244376473
Binary101101101100010110011011011110100010100100011111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B662CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B662CD; }

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

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

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

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

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

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

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

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