#BD53E5

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

Shades of Medium Orchid #BD53E5

Tints of Medium Orchid #BD53E5

Color information

#BD53E5 (or 0xBD53E5) is unknown color: approx Medium Orchid. HEX triplet: BD, 53 and E5. RGB value is (189,83,229). Sum of RGB (Red+Green+Blue) = 189+83+229=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD53E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD53E5 is #42AC1A. Grayscale: #828282. Windows color (decimal): -4369435 or 15029181. OLE color: 15029181.

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

Color convert

RGB18983229-
CMYK0.170.6400.10
HSL283.56º73.74%61.18%-
HSV(B)283.56º63.76%89.8%-
XYZ38.2222.6676.49-
YUV131.34183.12169.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 83 (32.81% from 255) = 16.57%
BLUE value IS 229 (89.84% from 255) = 45.71%
R=37.72%
G=16.57%
B=45.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal189832290.170.6400.10283.5673.7461.18
HexBD53E511400A11c4a3d
Octal2751233452110001243411275
Binary10111101101001111100101100011000000010101000111001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD53E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD53E5; }

 p { color: rgb(189,83,229); }

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

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

 a { background-color: rgb(189,83,229); }

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

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

 span { border-color: rgb(189,83,229); }

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