#BA3DE0

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

Shades of Medium Orchid #BA3DE0

Tints of Medium Orchid #BA3DE0

Color information

#BA3DE0 (or 0xBA3DE0) is unknown color: approx Medium Orchid. HEX triplet: BA, 3D and E0. RGB value is (186,61,224). Sum of RGB (Red+Green+Blue) = 186+61+224=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA3DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DE0 is #45C21F. Grayscale: #747474. Windows color (decimal): -4571680 or 14695866. OLE color: 14695866.

HSL color Cylindrical-coordinate representation of color #BA3DE0: hue angle of 286.01º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3DE0 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18661224-
CMYK0.170.7300.12
HSL286.01º72.44%55.88%-
HSV(B)286.01º72.77%87.84%-
XYZ35.3719.1672.35-
YUV116.96188.41177.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 61 (24.22% from 255) = 12.95%
BLUE value IS 224 (87.89% from 255) = 47.56%
R=39.49%
G=12.95%
B=47.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal186612240.170.7300.12286.0172.4455.88
HexBA3DE011490C11e4838
Octal272753402111101443611070
Binary1011101011110111100000100011001001011001000111101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3DE0; }

 p { color: rgb(186,61,224); }

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

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

 a { background-color: rgb(186,61,224); }

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

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

 span { border-color: rgb(186,61,224); }

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