#BD58D0

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

Shades of Medium Orchid #BD58D0

Tints of Medium Orchid #BD58D0

Color information

#BD58D0 (or 0xBD58D0) is unknown color: approx Medium Orchid. HEX triplet: BD, 58 and D0. RGB value is (189,88,208). Sum of RGB (Red+Green+Blue) = 189+88+208=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD58D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD58D0 is #42A72F. Grayscale: #838383. Windows color (decimal): -4368176 or 13654205. OLE color: 13654205.

HSL color Cylindrical-coordinate representation of color #BD58D0: hue angle of 290.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD58D0 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18988208-
CMYK0.090.5800.18
HSL290.5º56.07%58.04%-
HSV(B)290.5º57.69%81.57%-
XYZ35.8622.3562.1-
YUV131.88170.96168.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 88 (34.77% from 255) = 18.14%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=38.97%
G=18.14%
B=42.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189882080.090.5800.18290.556.0758.04
HexBD58D093A012122383a
Octal27513032011720224427072
Binary101111011011000110100001001111010010010100100010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD58D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD58D0; }

 p { color: rgb(189,88,208); }

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

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

 a { background-color: rgb(189,88,208); }

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

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

 span { border-color: rgb(189,88,208); }

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