#B668D4

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

Shades of Medium Orchid #B668D4

Tints of Medium Orchid #B668D4

Color information

#B668D4 (or 0xB668D4) is unknown color: approx Medium Orchid. HEX triplet: B6, 68 and D4. RGB value is (182,104,212). Sum of RGB (Red+Green+Blue) = 182+104+212=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #B668D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668D4 is #49972B. Grayscale: #8B8B8B. Windows color (decimal): -4822828 or 13920438. OLE color: 13920438.

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

Color convert

RGB182104212-
CMYK0.140.5100.17
HSL283.33º55.67%61.96%-
HSV(B)283.33º50.94%83.14%-
XYZ36.1324.665.13-
YUV139.63168.84158.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 104 (41.02% from 255) = 20.88%
BLUE value IS 212 (83.20% from 255) = 42.57%
R=36.55%
G=20.88%
B=42.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1821042120.140.5100.17283.3355.6761.96
HexB668D4E3301111b383e
Octal26615032416630214337076
Binary101101101101000110101001110110011010001100011011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668D4; }

 p { color: rgb(182,104,212); }

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

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

 a { background-color: rgb(182,104,212); }

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

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

 span { border-color: rgb(182,104,212); }

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