#BD55DA

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

Shades of Medium Orchid #BD55DA

Tints of Medium Orchid #BD55DA

Color information

#BD55DA (or 0xBD55DA) is unknown color: approx Medium Orchid. HEX triplet: BD, 55 and DA. RGB value is (189,85,218). Sum of RGB (Red+Green+Blue) = 189+85+218=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD55DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55DA is #42AA25. Grayscale: #828282. Windows color (decimal): -4368934 or 14308797. OLE color: 14308797.

HSL color Cylindrical-coordinate representation of color #BD55DA: hue angle of 286.92º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD55DA is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18985218-
CMYK0.130.6100.15
HSL286.92º64.25%59.41%-
HSV(B)286.92º61.01%85.49%-
XYZ36.8922.3868.7-
YUV131.26176.96169.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 85 (33.59% from 255) = 17.28%
BLUE value IS 218 (85.55% from 255) = 44.31%
R=38.41%
G=17.28%
B=44.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189852180.130.6100.15286.9264.2559.41
HexBD55DAD3D0F11f403b
Octal275125332157501743710073
Binary101111011010101110110101101111101011111000111111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD55DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD55DA; }

 p { color: rgb(189,85,218); }

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

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

 a { background-color: rgb(189,85,218); }

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

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

 span { border-color: rgb(189,85,218); }

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