#B668DC

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

Shades of Medium Orchid #B668DC

Tints of Medium Orchid #B668DC

Color information

#B668DC (or 0xB668DC) is unknown color: approx Medium Orchid. HEX triplet: B6, 68 and DC. RGB value is (182,104,220). Sum of RGB (Red+Green+Blue) = 182+104+220=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #B668DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668DC is #499723. Grayscale: #8C8C8C. Windows color (decimal): -4822820 or 14444726. OLE color: 14444726.

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

Color convert

RGB182104220-
CMYK0.170.5300.14
HSL280.34º62.37%63.53%-
HSV(B)280.34º52.73%86.27%-
XYZ37.1625.0170.58-
YUV140.55172.84157.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 104 (41.02% from 255) = 20.55%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=35.97%
G=20.55%
B=43.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821042200.170.5300.14280.3462.3763.53
HexB668DC11350E1183e40
Octal266150334216501643076100
Binary1011011011010001101110010001110101011101000110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668DC; }

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

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

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

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

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

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

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

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