#BD55DE

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

Shades of Medium Orchid #BD55DE

Tints of Medium Orchid #BD55DE

Color information

#BD55DE (or 0xBD55DE) is unknown color: approx Medium Orchid. HEX triplet: BD, 55 and DE. RGB value is (189,85,222). Sum of RGB (Red+Green+Blue) = 189+85+222=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD55DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55DE is #42AA21. Grayscale: #838383. Windows color (decimal): -4368930 or 14570941. OLE color: 14570941.

HSL color Cylindrical-coordinate representation of color #BD55DE: hue angle of 285.55º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD55DE is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18985222-
CMYK0.150.6200.13
HSL285.55º67.49%60.2%-
HSV(B)285.55º61.71%87.06%-
XYZ37.4222.5971.5-
YUV131.71178.96168.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 85 (33.59% from 255) = 17.14%
BLUE value IS 222 (87.11% from 255) = 44.76%
R=38.10%
G=17.14%
B=44.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189852220.150.6200.13285.5567.4960.2
HexBD55DEF3E0D11e433c
Octal275125336177601543610374
Binary101111011010101110111101111111110011011000111101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD55DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD55DE; }

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

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

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

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

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

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

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

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