#bd5dd6

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

Shades of Medium Orchid #BD5DD6

Tints of Medium Orchid #BD5DD6

Color information

#BD5DD6 (or 0xBD5DD6) is unknown color: approx Medium Orchid. HEX triplet: BD, 5D and D6. RGB value is (189,93,214). Sum of RGB (Red+Green+Blue) = 189+93+214=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD5DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DD6 is #42A229. Grayscale: #878787. Windows color (decimal): -4366890 or 14048701. OLE color: 14048701.

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

Color convert

RGB18993214-
CMYK0.120.5700.16
HSL287.6º59.61%60.2%-
HSV(B)287.6º56.54%83.92%-
XYZ37.0423.566.2-
YUV135.5172.3166.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 93 (36.72% from 255) = 18.75%
BLUE value IS 214 (83.98% from 255) = 43.15%
R=38.10%
G=18.75%
B=43.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189932140.120.5700.16287.659.6160.2
HexBD5DD6C390101203c3c
Octal27513532614710204407474
Binary101111011011101110101101100111001010000100100000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd5dd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd5dd6; }

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

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

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

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

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

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

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

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