#BD55ED

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

Shades of Medium Orchid #BD55ED

Tints of Medium Orchid #BD55ED

Color information

#BD55ED (or 0xBD55ED) is unknown color: approx Medium Orchid. HEX triplet: BD, 55 and ED. RGB value is (189,85,237). Sum of RGB (Red+Green+Blue) = 189+85+237=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD55ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD55ED is #42AA12. Grayscale: #848484. Windows color (decimal): -4368915 or 15553981. OLE color: 15553981.

HSL color Cylindrical-coordinate representation of color #BD55ED: hue angle of 281.05º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD55ED is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18985237-
CMYK0.200.6400.07
HSL281.05º80.85%63.14%-
HSV(B)281.05º64.14%92.94%-
XYZ39.5223.4382.56-
YUV133.42186.46167.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 85 (33.59% from 255) = 16.63%
BLUE value IS 237 (92.97% from 255) = 46.38%
R=36.99%
G=16.63%
B=46.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal189852370.200.6400.07281.0580.8563.14
HexBD55ED144007119513f
Octal275125355241000743112177
Binary1011110110101011110110110100100000001111000110011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD55ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD55ED; }

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

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

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

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

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

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

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

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