#BD66EE

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

Shades of Medium Orchid #BD66EE

Tints of Medium Orchid #BD66EE

Color information

#BD66EE (or 0xBD66EE) is unknown color: approx Medium Orchid. HEX triplet: BD, 66 and EE. RGB value is (189,102,238). Sum of RGB (Red+Green+Blue) = 189+102+238=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD66EE is #429911. Grayscale: #8F8F8F. Windows color (decimal): -4364562 or 15623869. OLE color: 15623869.

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

Color convert

RGB189102238-
CMYK0.210.5700.07
HSL278.38º80%66.67%-
HSV(B)278.38º57.14%93.33%-
XYZ41.1726.4983.83-
YUV143.52181.32160.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 102 (40.23% from 255) = 19.28%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=35.73%
G=19.28%
B=44.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891022380.210.5700.07278.388066.67
HexBD66EE1539071165043
Octal275146356257107426120103
Binary1011110111001101110111010101111001011110001011010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD66EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD66EE; }

 p { color: rgb(189,102,238); }

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

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

 a { background-color: rgb(189,102,238); }

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

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

 span { border-color: rgb(189,102,238); }

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