#B642DC

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

Shades of Medium Orchid #B642DC

Tints of Medium Orchid #B642DC

Color information

#B642DC (or 0xB642DC) is unknown color: approx Medium Orchid. HEX triplet: B6, 42 and DC. RGB value is (182,66,220). Sum of RGB (Red+Green+Blue) = 182+66+220=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #B642DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642DC is #49BD23. Grayscale: #757575. Windows color (decimal): -4832548 or 14434998. OLE color: 14434998.

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

Color convert

RGB18266220-
CMYK0.170.700.14
HSL285.19º68.75%56.08%-
HSV(B)285.19º70%86.27%-
XYZ34.1619.0169.58-
YUV118.24185.43173.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 66 (26.17% from 255) = 14.10%
BLUE value IS 220 (86.33% from 255) = 47.01%
R=38.89%
G=14.10%
B=47.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182662200.170.700.14285.1968.7556.08
HexB642DC11460E11d4538
Octal2661023342110601643510570
Binary10110110100001011011100100011000110011101000111011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B642DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B642DC; }

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

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

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

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

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

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

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

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