#BD68ED

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

Shades of Medium Orchid #BD68ED

Tints of Medium Orchid #BD68ED

Color information

#BD68ED (or 0xBD68ED) is unknown color: approx Medium Orchid. HEX triplet: BD, 68 and ED. RGB value is (189,104,237). Sum of RGB (Red+Green+Blue) = 189+104+237=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD68ED is #429712. Grayscale: #909090. Windows color (decimal): -4364051 or 15558845. OLE color: 15558845.

HSL color Cylindrical-coordinate representation of color #BD68ED: hue angle of 278.35º 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 #BD68ED is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189104237-
CMYK0.200.5600.07
HSL278.35º78.7%66.86%-
HSV(B)278.35º56.12%92.94%-
XYZ41.2226.8383.13-
YUV144.58180.16159.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 104 (41.02% from 255) = 19.62%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=35.66%
G=19.62%
B=44.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891042370.200.5600.07278.3578.766.86
HexBD68ED1438071164f43
Octal275150355247007426117103
Binary1011110111010001110110110100111000011110001011010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD68ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD68ED; }

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

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

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

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

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

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

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

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