#BD61E8

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

Shades of Medium Orchid #BD61E8

Tints of Medium Orchid #BD61E8

Color information

#BD61E8 (or 0xBD61E8) is unknown color: approx Medium Orchid. HEX triplet: BD, 61 and E8. RGB value is (189,97,232). Sum of RGB (Red+Green+Blue) = 189+97+232=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD61E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD61E8 is #429E17. Grayscale: #8B8B8B. Windows color (decimal): -4365848 or 15229373. OLE color: 15229373.

HSL color Cylindrical-coordinate representation of color #BD61E8: hue angle of 280.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD61E8 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18997232-
CMYK0.190.5800.09
HSL280.89º74.59%64.51%-
HSV(B)280.89º58.19%90.98%-
XYZ39.8325.1979.11-
YUV139.9179.98163.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 97 (38.28% from 255) = 18.73%
BLUE value IS 232 (91.02% from 255) = 44.79%
R=36.49%
G=18.73%
B=44.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal189972320.190.5800.09280.8974.5964.51
HexBD61E8133A091194b41
Octal2751413502372011431113101
Binary10111101110000111101000100111110100100110001100110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD61E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD61E8; }

 p { color: rgb(189,97,232); }

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

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

 a { background-color: rgb(189,97,232); }

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

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

 span { border-color: rgb(189,97,232); }

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