#B669DE

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

Shades of Medium Orchid #B669DE

Tints of Medium Orchid #B669DE

Color information

#B669DE (or 0xB669DE) is unknown color: approx Medium Orchid. HEX triplet: B6, 69 and DE. RGB value is (182,105,222). Sum of RGB (Red+Green+Blue) = 182+105+222=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #B669DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669DE is #499621. Grayscale: #8C8C8C. Windows color (decimal): -4822562 or 14576054. OLE color: 14576054.

HSL color Cylindrical-coordinate representation of color #B669DE: hue angle of 279.49º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B669DE is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182105222-
CMYK0.180.5300.13
HSL279.49º63.93%64.12%-
HSV(B)279.49º52.7%87.06%-
XYZ37.5325.3272.02-
YUV141.36173.51156.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 105 (41.41% from 255) = 20.63%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=35.76%
G=20.63%
B=43.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821052220.180.5300.13279.4963.9364.12
HexB669DE12350D1174040
Octal2661513362265015427100100
Binary10110110110100111011110100101101010110110001011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B669DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B669DE; }

 p { color: rgb(182,105,222); }

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

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

 a { background-color: rgb(182,105,222); }

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

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

 span { border-color: rgb(182,105,222); }

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