#BA75E7

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

Shades of Medium Orchid #BA75E7

Tints of Medium Orchid #BA75E7

Color information

#BA75E7 (or 0xBA75E7) is unknown color: approx Medium Orchid. HEX triplet: BA, 75 and E7. RGB value is (186,117,231). Sum of RGB (Red+Green+Blue) = 186+117+231=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA75E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA75E7 is #458A18. Grayscale: #969696. Windows color (decimal): -4557337 or 15168954. OLE color: 15168954.

HSL color Cylindrical-coordinate representation of color #BA75E7: hue angle of 276.32º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA75E7 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186117231-
CMYK0.190.4900.09
HSL276.32º70.37%68.24%-
HSV(B)276.32º49.35%90.59%-
XYZ41.0328.9379.02-
YUV150.63173.36153.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 117 (46.09% from 255) = 21.91%
BLUE value IS 231 (90.62% from 255) = 43.26%
R=34.83%
G=21.91%
B=43.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861172310.190.4900.09276.3270.3768.24
HexBA75E71331091144644
Octal2721653472361011424106104
Binary10111010111010111100111100111100010100110001010010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA75E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA75E7; }

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

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

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

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

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

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

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

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