#BD64D7

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

Shades of Medium Orchid #BD64D7

Tints of Medium Orchid #BD64D7

Color information

#BD64D7 (or 0xBD64D7) is unknown color: approx Medium Orchid. HEX triplet: BD, 64 and D7. RGB value is (189,100,215). Sum of RGB (Red+Green+Blue) = 189+100+215=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD64D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64D7 is #429B28. Grayscale: #8B8B8B. Windows color (decimal): -4365097 or 14116029. OLE color: 14116029.

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

Color convert

RGB189100215-
CMYK0.120.5300.16
HSL286.43º58.97%61.76%-
HSV(B)286.43º53.49%84.31%-
XYZ37.8124.8467.09-
YUV139.72170.49163.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 100 (39.45% from 255) = 19.84%
BLUE value IS 215 (84.38% from 255) = 42.66%
R=37.5%
G=19.84%
B=42.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891002150.120.5300.16286.4358.9761.76
HexBD64D7C3501011e3b3e
Octal27514432714650204367376
Binary101111011100100110101111100110101010000100011110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD64D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD64D7; }

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

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

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

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

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

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

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

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