#BA35CE

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

Shades of Medium Orchid #BA35CE

Tints of Medium Orchid #BA35CE

Color information

#BA35CE (or 0xBA35CE) is unknown color: approx Medium Orchid. HEX triplet: BA, 35 and CE. RGB value is (186,53,206). Sum of RGB (Red+Green+Blue) = 186+53+206=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA35CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35CE is #45CA31. Grayscale: #6D6D6D. Windows color (decimal): -4573746 or 13514170. OLE color: 13514170.

HSL color Cylindrical-coordinate representation of color #BA35CE: hue angle of 292.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA35CE is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18653206-
CMYK0.100.7400.19
HSL292.16º60.96%50.78%-
HSV(B)292.16º74.27%80.78%-
XYZ32.6617.4460.04-
YUV110.21182.06182.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 53 (21.09% from 255) = 11.91%
BLUE value IS 206 (80.86% from 255) = 46.29%
R=41.80%
G=11.91%
B=46.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186532060.100.7400.19292.1660.9650.78
HexBA35CEA4A0131243d33
Octal27265316121120234447563
Binary101110101101011100111010101001010010011100100100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA35CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA35CE; }

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

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

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

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

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

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

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

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