#BD61D3

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

Shades of Medium Orchid #BD61D3

Tints of Medium Orchid #BD61D3

Color information

#BD61D3 (or 0xBD61D3) is unknown color: approx Medium Orchid. HEX triplet: BD, 61 and D3. RGB value is (189,97,211). Sum of RGB (Red+Green+Blue) = 189+97+211=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD61D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61D3 is #429E2C. Grayscale: #898989. Windows color (decimal): -4365869 or 13853117. OLE color: 13853117.

HSL color Cylindrical-coordinate representation of color #BD61D3: hue angle of 288.42º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD61D3 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18997211-
CMYK0.100.5400.17
HSL288.42º56.44%60.39%-
HSV(B)288.42º54.03%82.75%-
XYZ37.0224.0764.32-
YUV137.5169.48164.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 97 (38.28% from 255) = 19.52%
BLUE value IS 211 (82.81% from 255) = 42.45%
R=38.03%
G=19.52%
B=42.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal189972110.100.5400.17288.4256.4460.39
HexBD61D3A36011120383c
Octal27514132312660214407074
Binary101111011100001110100111010110110010001100100000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD61D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD61D3; }

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

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

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

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

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

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

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

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