#ba3fd3

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

Shades of Medium Orchid #BA3FD3

Tints of Medium Orchid #BA3FD3

Color information

#BA3FD3 (or 0xBA3FD3) is unknown color: approx Medium Orchid. HEX triplet: BA, 3F and D3. RGB value is (186,63,211). Sum of RGB (Red+Green+Blue) = 186+63+211=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA3FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FD3 is #45C02C. Grayscale: #747474. Windows color (decimal): -4571181 or 13844410. OLE color: 13844410.

HSL color Cylindrical-coordinate representation of color #BA3FD3: hue angle of 289.86º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3FD3 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18663211-
CMYK0.120.7000.17
HSL289.86º62.71%53.73%-
HSV(B)289.86º70.14%82.75%-
XYZ33.7918.763.46-
YUV116.65181.25177.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 63 (25% from 255) = 13.70%
BLUE value IS 211 (82.81% from 255) = 45.87%
R=40.43%
G=13.70%
B=45.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal186632110.120.7000.17289.8662.7153.73
HexBA3FD3C460111223f36
Octal27277323141060214427766
Binary101110101111111101001111001000110010001100100010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba3fd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba3fd3; }

 p { color: rgb(186,63,211); }

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

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

 a { background-color: rgb(186,63,211); }

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

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

 span { border-color: rgb(186,63,211); }

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