#BD68EA

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

Shades of Medium Orchid #BD68EA

Tints of Medium Orchid #BD68EA

Color information

#BD68EA (or 0xBD68EA) is unknown color: approx Medium Orchid. HEX triplet: BD, 68 and EA. RGB value is (189,104,234). Sum of RGB (Red+Green+Blue) = 189+104+234=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD68EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD68EA is #429715. Grayscale: #8F8F8F. Windows color (decimal): -4364054 or 15362237. OLE color: 15362237.

HSL color Cylindrical-coordinate representation of color #BD68EA: hue angle of 279.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD68EA is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189104234-
CMYK0.190.5600.08
HSL279.23º75.58%66.27%-
HSV(B)279.23º55.56%91.76%-
XYZ40.7926.6680.84-
YUV144.24178.66159.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 104 (41.02% from 255) = 19.73%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=35.86%
G=19.73%
B=44.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891042340.190.5600.08279.2375.5866.27
HexBD68EA1338081174c42
Octal2751503522370010427114102
Binary10111101110100011101010100111110000100010001011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD68EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD68EA; }

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

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

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

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

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

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

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

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