#BD5ACD

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

Shades of Medium Orchid #BD5ACD

Tints of Medium Orchid #BD5ACD

Color information

#BD5ACD (or 0xBD5ACD) is unknown color: approx Medium Orchid. HEX triplet: BD, 5A and CD. RGB value is (189,90,205). Sum of RGB (Red+Green+Blue) = 189+90+205=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD5ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5ACD is #42A532. Grayscale: #848484. Windows color (decimal): -4367667 or 13458109. OLE color: 13458109.

HSL color Cylindrical-coordinate representation of color #BD5ACD: hue angle of 291.65º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5ACD is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18990205-
CMYK0.080.5600.20
HSL291.65º53.49%57.84%-
HSV(B)291.65º56.1%80.39%-
XYZ35.6622.5460.23-
YUV132.71168.8168.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 90 (35.55% from 255) = 18.60%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=39.05%
G=18.60%
B=42.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189902050.080.5600.20291.6553.4957.84
HexBD5ACD838014124353a
Octal27513231510700244446572
Binary101111011011010110011011000111000010100100100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5ACD; }

 p { color: rgb(189,90,205); }

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

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

 a { background-color: rgb(189,90,205); }

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

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

 span { border-color: rgb(189,90,205); }

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