#BA5FDC

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

Shades of Medium Orchid #BA5FDC

Tints of Medium Orchid #BA5FDC

Color information

#BA5FDC (or 0xBA5FDC) is unknown color: approx Medium Orchid. HEX triplet: BA, 5F and DC. RGB value is (186,95,220). Sum of RGB (Red+Green+Blue) = 186+95+220=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA5FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FDC is #45A023. Grayscale: #888888. Windows color (decimal): -4562980 or 14442426. OLE color: 14442426.

HSL color Cylindrical-coordinate representation of color #BA5FDC: hue angle of 283.68º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5FDC is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18695220-
CMYK0.150.5700.14
HSL283.68º64.1%61.76%-
HSV(B)283.68º56.82%86.27%-
XYZ37.2623.7970.34-
YUV136.46175.15163.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 220 (86.33% from 255) = 43.91%
R=37.13%
G=18.96%
B=43.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal186952200.150.5700.14283.6864.161.76
HexBA5FDCF390E11c403e
Octal272137334177101643410076
Binary101110101011111110111001111111001011101000111001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5FDC; }

 p { color: rgb(186,95,220); }

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

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

 a { background-color: rgb(186,95,220); }

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

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

 span { border-color: rgb(186,95,220); }

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