#BA65ED

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

Shades of Medium Orchid #BA65ED

Tints of Medium Orchid #BA65ED

Color information

#BA65ED (or 0xBA65ED) is unknown color: approx Medium Orchid. HEX triplet: BA, 65 and ED. RGB value is (186,101,237). Sum of RGB (Red+Green+Blue) = 186+101+237=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA65ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65ED is #459A12. Grayscale: #8D8D8D. Windows color (decimal): -4561427 or 15558074. OLE color: 15558074.

HSL color Cylindrical-coordinate representation of color #BA65ED: hue angle of 277.5º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA65ED is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186101237-
CMYK0.220.5700.07
HSL277.5º79.07%66.27%-
HSV(B)277.5º57.38%92.94%-
XYZ40.1925.8682.99-
YUV141.92181.66159.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 101 (39.84% from 255) = 19.27%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=35.50%
G=19.27%
B=45.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861012370.220.5700.07277.579.0766.27
HexBA65ED1639071164f42
Octal272145355267107426117102
Binary1011101011001011110110110110111001011110001011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65ED; }

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

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

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

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

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

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

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

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