#BA35E0

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

Shades of Medium Orchid #BA35E0

Tints of Medium Orchid #BA35E0

Color information

#BA35E0 (or 0xBA35E0) is unknown color: approx Medium Orchid. HEX triplet: BA, 35 and E0. RGB value is (186,53,224). Sum of RGB (Red+Green+Blue) = 186+53+224=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA35E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35E0 is #45CA1F. Grayscale: #6F6F6F. Windows color (decimal): -4573728 or 14693818. OLE color: 14693818.

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

Color convert

RGB18653224-
CMYK0.170.7600.12
HSL286.67º73.39%54.31%-
HSV(B)286.67º76.34%87.84%-
XYZ34.9818.3772.22-
YUV112.26191.06180.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 53 (21.09% from 255) = 11.45%
BLUE value IS 224 (87.89% from 255) = 48.38%
R=40.17%
G=11.45%
B=48.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal186532240.170.7600.12286.6773.3954.31
HexBA35E0114C0C11f4936
Octal272653402111401443711166
Binary1011101011010111100000100011001100011001000111111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA35E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA35E0; }

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

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

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

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

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

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

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

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