#BD2DD7

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

Shades of Medium Orchid #BD2DD7

Tints of Medium Orchid #BD2DD7

Color information

#BD2DD7 (or 0xBD2DD7) is unknown color: approx Medium Orchid. HEX triplet: BD, 2D and D7. RGB value is (189,45,215). Sum of RGB (Red+Green+Blue) = 189+45+215=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD2DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DD7 is #42D228. Grayscale: #6A6A6A. Windows color (decimal): -4379177 or 14101949. OLE color: 14101949.

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

Color convert

RGB18945215-
CMYK0.120.7900.16
HSL290.82º68%50.98%-
HSV(B)290.82º79.07%84.31%-
XYZ34.1917.665.89-
YUV107.44188.71186.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 45 (17.97% from 255) = 10.02%
BLUE value IS 215 (84.38% from 255) = 47.88%
R=42.09%
G=10.02%
B=47.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189452150.120.7900.16290.826850.98
HexBD2DD7C4F0101234433
Octal275553271411702044310463
Binary1011110110110111010111110010011110100001001000111000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2DD7; }

 p { color: rgb(189,45,215); }

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

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

 a { background-color: rgb(189,45,215); }

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

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

 span { border-color: rgb(189,45,215); }

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