#b668ed

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

Shades of Medium Orchid #B668ED

Tints of Medium Orchid #B668ED

Color information

#B668ED (or 0xB668ED) is unknown color: approx Medium Orchid. HEX triplet: B6, 68 and ED. RGB value is (182,104,237). Sum of RGB (Red+Green+Blue) = 182+104+237=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #B668ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B668ED is #499712. Grayscale: #8E8E8E. Windows color (decimal): -4822803 or 15558838. OLE color: 15558838.

HSL color Cylindrical-coordinate representation of color #B668ED: hue angle of 275.19º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B668ED is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182104237-
CMYK0.230.5600.07
HSL275.19º78.7%66.86%-
HSV(B)275.19º56.12%92.94%-
XYZ39.5325.9683.05-
YUV142.48181.34156.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.80%
GREEN value IS 104 (41.02% from 255) = 19.89%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=34.80%
G=19.89%
B=45.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821042370.230.5600.07275.1978.766.86
HexB668ED1738071134f43
Octal266150355277007423117103
Binary1011011011010001110110110111111000011110001001110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b668ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b668ed; }

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

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

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

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

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

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

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

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