#BD5DD5

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

Shades of Medium Orchid #BD5DD5

Tints of Medium Orchid #BD5DD5

Color information

#BD5DD5 (or 0xBD5DD5) is unknown color: approx Medium Orchid. HEX triplet: BD, 5D and D5. RGB value is (189,93,213). Sum of RGB (Red+Green+Blue) = 189+93+213=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD5DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DD5 is #42A22A. Grayscale: #878787. Windows color (decimal): -4366891 or 13983165. OLE color: 13983165.

HSL color Cylindrical-coordinate representation of color #BD5DD5: hue angle of 288º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5DD5 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18993213-
CMYK0.110.5600.16
HSL288º58.82%60%-
HSV(B)288º56.34%83.53%-
XYZ36.9123.4565.53-
YUV135.38171.8166.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 213 (83.59% from 255) = 43.03%
R=38.18%
G=18.79%
B=43.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189932130.110.5600.1628858.8260
HexBD5DD5B380101203b3c
Octal27513532513700204407374
Binary101111011011101110101011011111000010000100100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5DD5; }

 p { color: rgb(189,93,213); }

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

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

 a { background-color: rgb(189,93,213); }

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

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

 span { border-color: rgb(189,93,213); }

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