#B668C9

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

Shades of Medium Orchid #B668C9

Tints of Medium Orchid #B668C9

Color information

#B668C9 (or 0xB668C9) is unknown color: approx Medium Orchid. HEX triplet: B6, 68 and C9. RGB value is (182,104,201). Sum of RGB (Red+Green+Blue) = 182+104+201=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #B668C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668C9 is #499736. Grayscale: #8A8A8A. Windows color (decimal): -4822839 or 13199542. OLE color: 13199542.

HSL color Cylindrical-coordinate representation of color #B668C9: hue angle of 288.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B668C9 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182104201-
CMYK0.090.4800.21
HSL288.25º47.32%59.8%-
HSV(B)288.25º48.26%78.82%-
XYZ34.7824.0658.07-
YUV138.38163.34159.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 104 (41.02% from 255) = 21.36%
BLUE value IS 201 (78.91% from 255) = 41.27%
R=37.37%
G=21.36%
B=41.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821042010.090.4800.21288.2547.3259.8
HexB668C99300151202f3c
Octal26615031111600254405774
Binary101101101101000110010011001110000010101100100000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B668C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B668C9; }

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

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

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

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

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

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

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

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