#BD55EB

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

Shades of Medium Orchid #BD55EB

Tints of Medium Orchid #BD55EB

Color information

#BD55EB (or 0xBD55EB) is unknown color: approx Medium Orchid. HEX triplet: BD, 55 and EB. RGB value is (189,85,235). Sum of RGB (Red+Green+Blue) = 189+85+235=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD55EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD55EB is #42AA14. Grayscale: #848484. Windows color (decimal): -4368917 or 15422909. OLE color: 15422909.

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

Color convert

RGB18985235-
CMYK0.200.6400.08
HSL281.6º78.95%62.75%-
HSV(B)281.6º63.83%92.16%-
XYZ39.2323.3181.03-
YUV133.2185.46167.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 85 (33.59% from 255) = 16.70%
BLUE value IS 235 (92.19% from 255) = 46.17%
R=37.13%
G=16.70%
B=46.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal189852350.200.6400.08281.678.9562.75
HexBD55EB14400811a4f3f
Octal2751253532410001043211777
Binary10111101101010111101011101001000000010001000110101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD55EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD55EB; }

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

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

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

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

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

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

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

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