#BA75CE

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

Shades of Medium Orchid #BA75CE

Tints of Medium Orchid #BA75CE

Color information

#BA75CE (or 0xBA75CE) is unknown color: approx Medium Orchid. HEX triplet: BA, 75 and CE. RGB value is (186,117,206). Sum of RGB (Red+Green+Blue) = 186+117+206=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA75CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75CE is #458A31. Grayscale: #939393. Windows color (decimal): -4557362 or 13530554. OLE color: 13530554.

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

Color convert

RGB186117206-
CMYK0.100.4300.19
HSL286.52º47.59%63.33%-
HSV(B)286.52º43.2%80.78%-
XYZ37.7527.6261.73-
YUV147.78160.86155.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 206 (80.86% from 255) = 40.47%
R=36.54%
G=22.99%
B=40.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861172060.100.4300.19286.5247.5963.33
HexBA75CEA2B01311f303f
Octal27216531612530234376077
Binary101110101110101110011101010101011010011100011111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA75CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA75CE; }

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

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

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

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

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

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

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

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