#BA65E7

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

Shades of Medium Orchid #BA65E7

Tints of Medium Orchid #BA65E7

Color information

#BA65E7 (or 0xBA65E7) is unknown color: approx Medium Orchid. HEX triplet: BA, 65 and E7. RGB value is (186,101,231). Sum of RGB (Red+Green+Blue) = 186+101+231=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA65E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65E7 is #459A18. Grayscale: #8C8C8C. Windows color (decimal): -4561433 or 15164858. OLE color: 15164858.

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

Color convert

RGB186101231-
CMYK0.190.5600.09
HSL279.23º73.03%65.1%-
HSV(B)279.23º56.28%90.59%-
XYZ39.3325.5278.45-
YUV141.23178.66159.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 101 (39.84% from 255) = 19.50%
BLUE value IS 231 (90.62% from 255) = 44.59%
R=35.91%
G=19.50%
B=44.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861012310.190.5600.09279.2373.0365.1
HexBA65E71338091174941
Octal2721453472370011427111101
Binary10111010110010111100111100111110000100110001011110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65E7; }

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

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

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

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

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

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

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

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