#BD62E6

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

Shades of Medium Orchid #BD62E6

Tints of Medium Orchid #BD62E6

Color information

#BD62E6 (or 0xBD62E6) is unknown color: approx Medium Orchid. HEX triplet: BD, 62 and E6. RGB value is (189,98,230). Sum of RGB (Red+Green+Blue) = 189+98+230=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD62E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD62E6 is #429D19. Grayscale: #8B8B8B. Windows color (decimal): -4365594 or 15098557. OLE color: 15098557.

HSL color Cylindrical-coordinate representation of color #BD62E6: hue angle of 281.36º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD62E6 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18998230-
CMYK0.180.5700.10
HSL281.36º72.53%64.31%-
HSV(B)281.36º57.39%90.2%-
XYZ39.6425.2777.65-
YUV140.26178.65162.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 98 (38.67% from 255) = 18.96%
BLUE value IS 230 (90.23% from 255) = 44.49%
R=36.56%
G=18.96%
B=44.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal189982300.180.5700.10281.3672.5364.31
HexBD62E612390A1194940
Octal2751423462271012431111100
Binary10111101110001011100110100101110010101010001100110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD62E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD62E6; }

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

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

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

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

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

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

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

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