#BD62D7

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

Shades of Medium Orchid #BD62D7

Tints of Medium Orchid #BD62D7

Color information

#BD62D7 (or 0xBD62D7) is unknown color: approx Medium Orchid. HEX triplet: BD, 62 and D7. RGB value is (189,98,215). Sum of RGB (Red+Green+Blue) = 189+98+215=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD62D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62D7 is #429D28. Grayscale: #8A8A8A. Windows color (decimal): -4365609 or 14115517. OLE color: 14115517.

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

Color convert

RGB18998215-
CMYK0.120.5400.16
HSL286.67º59.39%61.37%-
HSV(B)286.67º54.42%84.31%-
XYZ37.6224.4667.03-
YUV138.55171.15163.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 98 (38.67% from 255) = 19.52%
BLUE value IS 215 (84.38% from 255) = 42.83%
R=37.65%
G=19.52%
B=42.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189982150.120.5400.16286.6759.3961.37
HexBD62D7C3601011f3b3d
Octal27514232714660204377375
Binary101111011100010110101111100110110010000100011111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD62D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD62D7; }

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

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

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

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

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

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

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

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